@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Booking @stop @section('content')

Booking

{{ Form::select('clients', $clients,'',["class"=>'form-control filter select2','autofocus' => 'true', 'id' => 'clients']) }}
{{Form::text( 'start_date', $startDate, [ "class" => "form-control", "id" => 'startDate' ]) }}
{{Form::text( 'end_date', $endDate, [ "class" => "form-control", "id" => 'endDate' ]) }}
@include('panel.parcelentry.bulk_edit_parcelentry_model',['entity' => 'parcel']) @include('panel.parcelentry.update_rate_from_quotation_model',[])
@stop @section('custom-scripts') @stop