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

Cash Advance Payments

@foreach($cas as $ca) @endforeach
ID Date Agent/Manager Name Amount Remarks Created By Actions
{{$ca->id}} {{date("d-M-Y", strtotime($ca->payment_date))}} {{$ca->fullname}} {{number_format($ca->amount,2)}} {{$ca->remarks}} {{$ca->user_name}}
@if(Session('info'))
@endif
@stop @section('script') @stop