@extends('layouts.admin') @section('title', 'Transaction Summary Report') @section('content-header', 'Transaction Summary Report') @section('content')
@csrf

@php $count = 1; @endphp @foreach ($branches as $key)
@if ($count % 3 == 0 || $count == count($branches))
@endif @php $count++; @endphp @endforeach

@error('start_date') {{ $message }} @enderror
*Optional @error('start_date') {{ $message }} @enderror
@endsection @section('js') @endsection