@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
| {{__('obs.sl')}} | {{__('obs.hotel')}} | {{__('obs.cash_receive')}} | {{__('obs.bank_receive')}} | {{__('obs.total_receive')}} |
|---|---|---|---|---|
| {{$i++}} | {{$list['hotel_name']}} | {{$list['cash_receive']}} | {{$list['bank_receive']}} | {{$list['total_receive']}} |
| Total | {{$total_cash_receive}} | {{$total_bank_receive}} | {{$grand_total_receive}} | |