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

Archived Inventory

@if(is_null($branch_id))

Main Branch Inventory

@else

{{$branch_query->city." ".$branch_query->province." Branch"}} Inventory

@endif
Showing
entries
@if($products_query->count()>0)
Showing {{ $products_query->count() }} entries
@endif @if(is_null($branch_id))

Branch List

Showing
entries
@if($branch_query->count()>0)
Showing {{ $branch_query->count() }} entries
@endif @endif
@endsection @section('page_script') @parent @endsection