@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.store']) !!}
{!! 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', null, ['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") }}
{!! Form::label('interval_date',"Intervel End Date", ['class' => 'col-5 control-label text-right']) !!}
{!! Form::number('interval_end_date', null, ['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