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

Managers Cash Advance Balance

@foreach($cas as $ca) {{----}} @endforeach
ID Unit Manager C/A Amount C/A Payment Balance Actions
{{$ca->umanager_id}}{{date("d-M-Y", strtotime($ca->ca_date))}}{{$ca->fullname}} {{number_format($ca->ca_amount,2)}} {{number_format($ca->ttl_payment_adv,2)}} {{number_format($ca->bal_,2)}} View
@if(Session('info'))
@endif
@stop @section('script') @stop