@extends('Layout.base') @section('title', 'Payment Request') @section('titleLink', '/home') @section('content')

Create Payment Request

Please fill the details.

@csrf
{!! Form::radio('gst', '1', true) !!} Yes
{!! Form::radio('gst', '0') !!} No
{!! Form::radio('payment', 'Cash') !!} Cash
{!! Form::radio('payment', 'Bank', true) !!} Bank
OR
@endsection @section('script') @endsection