@extends('adminlayout.admin') @section('content')

Lic Pay

@csrf
@if ($errors->has('canumber')){{ $errors->first('canumber') }}@endif
@if ($errors->has('mode')){{ $errors->first('mode') }}@endif
@if ($errors->has('amount')){{ $errors->first('amount') }}@endif
@if ($errors->has('ad1')){{ $errors->first('ad1') }}@endif
@if ($errors->has('ad2')){{ $errors->first('ad2') }}@endif
@if ($errors->has('ad3')){{ $errors->first('ad3') }}@endif
@if ($errors->has('latitude')){{ $errors->first('latitude') }}@endif
@if ($errors->has('longitude')){{ $errors->first('longitude') }}@endif
@if ($errors->has('billNumber')){{ $errors->first('billNumber') }}@endif
@if ($errors->has('billAmount')){{ $errors->first('billAmount') }}@endif
@if ($errors->has('billnetamount')){{ $errors->first('billnetamount') }}@endif
@if ($errors->has('billdate')){{ $errors->first('billdate') }}@endif
@if ($errors->has('acceptPayment')){{ $errors->first('acceptPayment') }}@endif
@if ($errors->has('acceptPartPay')){{ $errors->first('acceptPartPay') }}@endif
@if ($errors->has('cellNumber')){{ $errors->first('cellNumber') }}@endif
@if ($errors->has('dueFrom')){{ $errors->first('dueFrom') }}@endif
@if ($errors->has('dueTo')){{ $errors->first('dueTo') }}@endif
@if ($errors->has('validationId')){{ $errors->first('validationId') }}@endif
@if ($errors->has('billId')){{ $errors->first('billId') }}@endif
@endsection