@extends('master') @section('content')
@if ($errors->any()) @endif
@csrf
@error('cmbEmployee') {{ $message }} @enderror
Status == 1 ? 'checked' : '' }}>
@foreach ($details as $index => $detail) @endforeach
{{ __('sitelabel.ItemName') }} {{ __('sitelabel.Quantity') }}
{{ $detail->ProductName }}
{{ __('sitelabel.TotalQty') }}
@endsection @section('script') @endsection