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

New Cash Advance

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