@extends('layouts.master') @section('content')

@lang('models/petty_cashes.title')

@include('flash::message')

@lang('models/petty_cashes.title') Detail

Total Amount {{ $total_amount }}
Total Advance {{$total_advance}}
@include(strtolower(__('models/petty_cashes.plural')).'.table')
@endsection