@extends('layouts.admin') @section('content-title') {{ __('Abonnement') }} @endsection @section('css') @endsection @section('content-breadcrumbs') @endsection @section('content')
{!!Form::open()->locale('abonnement')->post()->route('admin.abonnements.store')!!}
{{-- {!!Form::text('abonnementDates', 'Abonnement Period', '')->attrs(['class' => 'form-control', 'style' => 'width:35%;'])->placeholder(__('abonnements.Enter period!'))!!} --}}
{!!Form::hidden('_From')!!} {!!Form::hidden('_To')!!}
{!!Form::submit('Save')->id('my-btn')!!} {!!Form::close()!!}
@endsection @section('javascript') {{-- Date Range Picker --}} {{-- Select2 --}} @endsection