@extends('layouts.app') @section('title', $page_title) @section('content')

{{ $sub_title }}

@foreach ($tenants as $tenant) @endforeach @foreach ($warehouses as $warehouse) @endforeach @foreach ($products as $product) @endforeach @foreach ($categories as $category) @endforeach
@endsection @push('scripts') @endpush