@extends('admin.layout.master') @section('content')

Add Charges List

{{-- --}} {{-- --}} {{-- --}} @php($i=1) @foreach ($addCharges as $item) {{-- --}} {{-- --}} {{-- --}} @endforeach
# Hotel Check In RoomAmountDateTimePosting By Action
{{$i++}} {{ $item->hotel?$item->hotel->name_eng:'Not Found' }} {{ $item->booking?$item->booking->checkin_code:'Not Found' }}{{ $item->room?$item->room->room_number:'Not Found' }}{{ $item->total_amount }}{{ date('d/m/Y',strtotime($item->created_at)) }} Edit
{{ $addCharges->links() }}
@endsection @section('script') @endsection