@extends('admin.layouts.master') @section('title') Cash Advance Payment @stop @section('style') @stop @section('content')

New Payment

@if($errors->has('pay_date')) {{$errors->first('pay_date')}} @endif
@if($errors->has('amount')) {{$errors->first('amount')}} @endif
@if($errors->has('balance')) {{$errors->first('balance')}} @endif
@if($errors->has('agents')) {{$errors->first('agents')}} @endif
@if($errors->has('remarks')) {{$errors->first('remarks')}} @endif
{{csrf_field()}}
@if(Session('info'))
@endif
@stop @section('script') {{----}} @stop