@extends('layouts.app') @section('title', 'Manage Daily Stock') @section('breadcrumb', 'Manage Daily Stock') @section('sub-breadcrumb') {{-- --}} List @endsection @section('stock.daily', 'kt-menu__item--active') @section('content')

Daily Stock of {{Session::get('brands_pick')['name'] }}

Delivery In: {{$deliveryIn}}
   
Delivery Out: {{$deliveryOut}}
   
Opname: {{$opname}}
@include('layouts.notification') @php $date_start = old('date_start') ?? $date_start; $date_end = old('date_end') ?? $date_end; $searchOutlet = old('searchOutlet') ?? $searchOutlet; // $status1 = old('status1') ?? $status1; // $status2 = old('status2') ?? $status2; // $searchValue = old('searchValue') ?? $searchValue; @endphp {{-- begin: Search form --}}
  
{{-- end: Search form --}} {{-- begin: datatable --}} {{-- --}}
NoOutlet Date Total Inventory Delivery In Delivery Out Opname Action
{{-- begin: datatable --}}
@endsection @section('custom-script') @endsection