@extends('master') @section('content')
@if ($errors->any()) @endif
@csrf
@error('cmbEmployee') {{ $message }} @enderror
{{ __('sitelabel.Name') }} {{ __('sitelabel.Quantity') }}
{{ __('sitelabel.TotalQty') }}
@endsection @section('script') @endsection