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

{{ $sub_title }}

@if (!$products->isEmpty()) @foreach ($products as $value) @endforeach @endif @if (!$categories->isEmpty()) @foreach ($categories as $value) @endforeach @endif @if (!$parties->isEmpty()) @foreach ($parties as $value) @endforeach @endif @foreach ($warehouses as $warehouse) @endforeach @foreach (PRODUCT_LEDGER_TYPE as $key => $value ) @endforeach
@endsection @push('scripts') @endpush