@extends('layouts.main') @section('title', 'Store Collect Scheduel') @section('content') @push('head') @endpush
@include('include.message')
@csrf
{!! Form::select('restaurant_ids[]', $stores, null,[ 'class'=>'form-control select2', 'multiple' => true ]) !!}
{!! Form::select('types[]', $typeList, null,[ 'class'=>'form-control select2', 'multiple' => true ]) !!}
{{ __('Store')}} {{ __('Collect Type')}} {{ __('Type')}} {{ __('Auto Collect')}} {{ __('Skip First Order')}} {{ __('Min Collect Amount')}} {{ __('Max Collect Amount')}} {{ __('Action')}}
@push('script') @endpush @endsection