@extends('layouts.app') @section('title', 'Manage Daily Stock') @section('breadcrumb', 'Manage Daily Stock') @section('sub-breadcrumb') {{-- --}} @section('stock.daily', 'kt-menu__item--active') @endsection @section('content')
| Outlet Name | : {{$data['name']}} |
| Address | : {{$data['address']}} |
| Owner | : {{$data['user_owner']['name']}} |
| Status | : @if ($data['status_franchise'] == 1) Milik Franchise @else Milik Brand @endif |
| No Surat | Alasan | User | Waktu | Type |
|---|---|---|---|---|
| {{$value['no_surat']}} | {{$value['alasan'] ?? '-'}} | {{$value['user']['name'] ?? '-'}} | {{$value['created_at']}} | {{$value['type']}} |
| - | - | {{ $value2['user']['name'] }} | {{ $value2['created_at'] }} | Opname |
| History Empty | ||||
| Date | No Surat | Status | User | Action | ||
|---|---|---|---|---|---|---|
| {{$value['created_at'] ?? '-'}} | {{$value['no_surat'] ?? '-'}} | {{$value['outlet_asal'] ?? '-'}} | {{$value['user']['name'] ?? '-'}} | Detail | ||
| Tidak Ada History Delivery In | ||||||
| Date | No Surat | Outlet Tujuan | User | Action | ||
|---|---|---|---|---|---|---|
| {{$value['created_at'] ?? '-'}} | {{$value['no_surat'] ?? '-'}} | {{$value['brand_outlet_tujuan']['name'] ?? '-'}} | {{$value['user']['name'] ?? '-'}} | Detail | ||
| Tidak Ada History Delivery Out | ||||||
| Date | User | Action | ||||
|---|---|---|---|---|---|---|
| {{$value['created_at'] ?? '-'}} | {{$value['user']['name'] ?? '-'}} | {{-- {{route('brand.edit', [$item['id'], $item['id_owner']])}} --}} Detail | ||||
| Tidak Ada History Opname Stock | ||||||