@extends('layouts.admin') @section('title', 'ကုန်သည်ဂိုဒေါင်ကုန်ချစာရင်းပြုပြင်ရန်ပုံစံ') @section('content') @push('styles') @endpush

ကုန်သည်ဂိုဒေါင်ကုန်ချစာရင်းပြုပြင်ရန်ပုံစံ

@include('admins.partials.breadcrumbs')
စာရင်းပြုပြင်ရန်ပုံစံ
@method('PUT') @csrf
@if ($errors->has('inventory_id')) {{ $errors->first('inventory_id') }} @endif
@if(!empty($inventory_loading->products->count() > 0)) @foreach ($inventory_loading->products as $key => $value)
@if(!empty($products)) @endif
{{-- @if($key != 0) @endif --}}
@endforeach @else
@if(!empty($products)) @endif
@endif
@if(!empty($inventory_loading->parts->count() > 0)) @foreach ($inventory_loading->parts as $key => $value)
@if(!empty($parts)) @endif
{{-- @if($key != 0) @endif --}}
@endforeach @else
@if(!empty($parts)) @endif
@endif
@push('scripts') @endpush @endsection