@extends('layouts.app') @section('title') Add Token Receipt @stop @section('breadcrumb') @stop @section('content')
{{csrf_field()}}
@if($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Payment Information


@if ($errors->has('unit_id')) {{ $errors->first('unit_id') }} @endif
@if ($errors->has('payment_head')) {{ $errors->first('payment_head') }} @endif
@if ($errors->has('payment_method')) {{ $errors->first('payment_method') }} @endif


@if ($errors->has('receipt_no')) {{ $errors->first('receipt_no') }} @endif
@if ($errors->has('receipt_date')) {{ $errors->first('receipt_date') }} @endif
@if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
Sms Notification
Email Notification
@stop @section('js') @stop @if($errors->any()) @endif