@extends('layouts.admin') @section('content')
@csrf
{{ trans('global.create') }} {{ trans('cruds.promoterTaskList.title_singular') }} Record
{{--
--}}
@if($errors->has('state_id'))
{{ $errors->first('state_id') }}
@endif {{ trans('cruds.promoterTaskList.fields.state_helper') }}
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif {{ trans('cruds.promoterTaskList.fields.city_helper') }}
@if($errors->has('available_store_id'))
{{ $errors->first('available_store_id') }}
@endif {{ trans('cruds.promoterTaskList.fields.available_store_helper') }}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.promoterTaskList.fields.date_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('promoters'))
{{ $errors->first('promoters') }}
@endif {{ trans('cruds.promoterTaskList.fields.promoters_helper') }}
{{--
@if($errors->has('time'))
{{ $errors->first('time') }}
@endif {{ trans('cruds.promoterTaskList.fields.time_helper') }}
--}}
{{--
Store Location
--}}
{{ trans('cruds.promoterTaskList.title_singular') }} Record List
{{-- --}} @foreach ($products as $key => $product) {{-- --}} @endforeach
CodeName Qty Remark
{{ $product->product_code }}{{ $product->product_name }}
Upload Images
@if($errors->has('upload_images'))
{{ $errors->first('upload_images') }}
@endif {{ trans('cruds.promoterTaskList.fields.upload_images_helper') }}
@endsection @section('scripts') @endsection