@extends('layouts.promoter') @section('content')
id) }}" id="promoterTaskListForm" enctype="multipart/form-data"> @method('PUT') @csrf
Update Your {{ trans('cruds.promoterTaskList.title_singular') }} Detail
{{--
--}}
{{ trans('cruds.promoterTaskList.fields.id') }} {{ $promoterTaskList->id }}
{{ trans('cruds.promoterTaskList.fields.date') }} {{ $promoterTaskList->date }}
{{ trans('cruds.promoterTaskList.fields.available_store') }} {{ $promoterTaskList->availableStore ? $promoterTaskList->availableStore->store_name : '' }}
{{ trans('cruds.promoterTaskList.fields.state') }} {{ $promoterTaskList->state ? $promoterTaskList->state->province_name : '' }}
{{ trans('cruds.promoterTaskList.fields.city') }} {{ $promoterTaskList->city ? $promoterTaskList->city->city_name : '' }}
{{--
@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('global.edit') }} {{ trans('cruds.promoterTaskList.title_singular') }} Record
{{-- @forelse ($promoterTaskList->promoterTaskListProducts as $key => $promoterTaskListProduct) @empty @endforelse --}} @forelse ($taskListRecords as $key => $taskListRecord) @empty @endforelse
Name T.Qty O.Qty L.Qty Remark
{{ $promoterTaskListProduct->product->product_name }} {{ $promoterTaskListProduct->quantity }} @error('promoterTaskListProducts.'.$key.'.take_qty')
{{ $message }}
@enderror
{{ $promoterTaskListProduct->quantity }}
No data available in table
{{ $taskListRecord->product_name }} {{ $taskListRecord->t_qty }} @error('promoterTaskListProducts.'.$taskListRecord->promoter_task_list_product_id.'.o_qty')
{{ $message }}
@enderror
{{ $taskListRecord->l_qty }}
No data available in table
Upload Images
@if($errors->has('upload_images'))
{{ $errors->first('upload_images') }}
@endif {{ trans('cruds.promoterTaskList.fields.upload_images_helper') }}
@endsection @section('scripts') @endsection