@extends('layouts.admin') @section('content')
id) }}" id="storeAuditForm" enctype="multipart/form-data"> @method('PUT') @csrf
{{ trans('global.edit') }} {{-- {{ trans('cruds.merchandise.title_singular') }} --}} Display Review Record
{{--
--}}
@if($errors->has('state_id'))
{{ $errors->first('state_id') }}
@endif {{ trans('cruds.storeAudit.fields.state_helper') }}
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif {{ trans('cruds.storeAudit.fields.city_helper') }}
@if($errors->has('available_store_id'))
{{ $errors->first('available_store_id') }}
@endif {{ trans('cruds.storeAudit.fields.available_store_helper') }}
@if($storeAudit->merchandise_category_id) {{ $storeAudit->merchandiseCategory->category_name }} @else

No Category is selected!

@endif
{{--
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
--}} {{-- --}} @if($errors->has('roles'))
{{ $errors->first('roles') }}
@endif {{ trans('cruds.storeAudit.fields.category_helper') }}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.storeAudit.fields.date_helper') }}
@if($errors->has('time'))
{{ $errors->first('time') }}
@endif {{ trans('cruds.storeAudit.fields.time_helper') }}
{{--
@if($errors->has('feedback'))
{{ $errors->first('feedback') }}
@endif {{ trans('cruds.storeAudit.fields.feedback_helper') }}
--}}
@foreach ($feedbackOptions as $id => $feedbackOption)
feedback_option_id == $id) ? 'Checked' : '' }}>
@endforeach
{{-- --}} @if($errors->has('additional_comment'))
{{ $errors->first('additional_comment') }}
@endif {{ trans('cruds.storeAudit.fields.additional_comment_helper') }}
{{--
@if($errors->has('state_id'))
{{ $errors->first('state_id') }}
@endif {{ trans('cruds.storeAudit.fields.state_helper') }}
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif {{ trans('cruds.storeAudit.fields.city_helper') }}
--}}
{{--
Store Location
--}}
{{ trans('cruds.merchandise.title_singular') }} Record List
{{-- --}} @forelse ($storeAudit->storeAuditData as $key => $storeAuditData) {{-- --}} @empty @endforelse
CodeName OHB (On Hand Balance) Remark
{{ $storeAuditData->product->product_code }}{{ $storeAuditData->product->product_name }} @error('storeAudits.'.$key.'.audit_qty')
{{ $message }}
@enderror
No data available in table
Upload Images
@if($errors->has('upload_images'))
{{ $errors->first('upload_images') }}
@endif {{ trans('cruds.storeAudit.fields.upload_images_helper') }}
@endsection @section('scripts') @endsection