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

Detail Daily Stock

@include('layouts.notification')
@include('layouts.notification')
Outlet Name :  {{$data['name']}}
Address :  {{$data['address']}}
Owner :  {{$data['user_owner']['name']}}
Status :  @if ($data['status_franchise'] == 1) Milik Franchise @else Milik Brand @endif

Portlet Tabs

@if (count($data['brand_inventory']) > 0) @foreach ($data['brand_inventory'] as $key => $value) @foreach($value['brand_outlet_items'] as $key1 => $value1) @endforeach @endforeach @else @endif
Nama Item Qty Unit
{{$value1['brand_item']['name']}} {{$value1['qty_change'] ?? '-'}} {{$value1['unit']['name'] ?? '-'}}
History Empty
{{--
--}}
@endsection @section('custom-script') @endsection