@extends('admin.layouts.master') @section('title') C/A Payment @stop @section('style') {{-- --}} @stop @section('content')

Edit C/A Payment

payment_date))}}" />
@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