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

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

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