@extends('layouts.admin') @section('title', $warehouse->name) @section('page_title', __('Warehouse') . ' - ' . $warehouse->name) @section('content')
{{ $warehouse->code }}
المدير: {{ $warehouse->manager?->name ?? '-' }}
{{ __('Phone') }}: {{ $warehouse->phone ?? '-' }}
{{ __('Address') }}: {{ $warehouse->address ?? '-' }}
{{ __('Status') }}: @if($warehouse->is_active){{ __('Active') }} @else{{ __('Inactive') }}@endif
| {{ __('Code') }} | {{ __('Product') }} | الكمية | الحد الأدنى | {{ __('Status') }} |
|---|---|---|---|---|
| {{ $s->product?->code }} | {{ $s->product?->name }} | {{ $s->quantity }} | {{ $min }} | {{ $st }} |
| لا يوجد مخزون | ||||