@extends('layouts.admin') @section('title', 'Item Report') @section('content-header', 'Item Report') @section('content')

{{$title}}

@csrf @php $reportType = ($value == 'ALL') ? 'Item_Report' : 'Void_Report'; @endphp
*Pick The Branch First!
@php $count = 1; @endphp @foreach ($branches as $key => $value)
@if ($count % 3 == 0 || $count == count($branches))
@endif @php $count++; @endphp @endforeach
@if (isset($items))
*Only One Specified can pick Item!
@endif
@if (isset($sub) && $sub)

@endif @if (isset($sub) && $sub) @endif
@error('start_date') {{ $message }} @enderror
*Optional @error('start_date') {{ $message }} @enderror
@endsection @section('js') @endsection