@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Supplier Item | Edit Supplier Item') @section('content')
@csrf @method('PUT')
Data Supplier Item
status_stock == 1 ? 'checked' : ''}}>*check to enable this stock.
{{--
--}}
{{--
--}} {{--
--}}
{{--
--}} {{--
--}}

Supplier

@if (count($stock->suppliers) > 0) @php $key_supplier = 0; @endphp @foreach ($stock->suppliers as $key=>$detail)
{{--
--}} @if ($key==0)
@else
@endif
@php $key_supplier = $key; @endphp @endforeach @else
{{--
--}} {{--
--}} {{--
--}}
@endif
{{--
--}} {{--

Container

container_unit_content3 ?? '' }}"" autocomplete="off">
--}}
Back
@endsection @section('js') @endsection