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

Edit Cash Advance

ca_date))}}" />
@if($errors->has('ca_date')) {{$errors->first('ca_date')}} @endif
@if($errors->has('agent_id')) {{$errors->first('agent_id')}} @endif
@if($errors->has('amount')) {{$errors->first('amount')}} @endif
@if($errors->has('remarks')) {{$errors->first('remarks')}} @endif
@if($errors->has('status')) {{$errors->first('status')}} @endif
{{csrf_field()}}
@if(Session('info'))
@endif
@stop @section('script') {{----}} {{----}} @stop