@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title',trans('lang.deliveryslot_table')) @section('content') @include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['route' => ['delivery_slot.update', $editdeliveryslot[0]->id], 'method' => 'patch']) !!}
{!! Form::label('country', 'Country Name', ['class' => 'col-5 control-label text-right']) !!}
{!! Form::label('store_id', trans("lang.store_name"), ['class' => 'col-5 control-label text-right']) !!}
{!! Form::label('interval_date', trans("lang.interval_date"), ['class' => 'col-5 control-label text-right']) !!}
{!! Form::number('interval_date', $editdeliveryslot[0]->interval_date, ['class' => 'form-control','placeholder'=> trans("lang.interval_date"), "required"=>"true"]) !!}
{{ trans("lang.interval_date") }}
{!! Form::label('status', trans("lang.status"), ['class' => 'col-5 control-label text-right']) !!}
{{ trans("lang.status_help") }}
{!! Form::label('interval_date',"Intervel End Date", ['class' => 'col-5 control-label text-right']) !!}
{!! Form::number('interval_end_date', $editdeliveryslot[0]->interval_end_date, ['class' => 'form-control','placeholder'=> trans("lang.interval_date"), "required"=>"true"]) !!}
{{ trans("lang.interval_date") }}
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush