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

Booking Report

@php $index = $bookings->firstItem() @endphp @foreach($bookings as $booking) @endforeach
# Branch Code. Branch Name Total Booking Total Weight Total Amount
Dox Non Dox Dox Non Dox Dox Non Dox
{{ $index++ }} {{ $booking->BranchDetails->code }} {{ $booking->BranchDetails->branch_name }} {{ $booking->dox }} {{ $booking->nondox }} {{ $booking->totalWeight }} {{ $booking->totalWeight }} {{ $booking->totalAmount }}
@endsection