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

Parcel Summary

{{--
{{ Form::select('clients', $clients,'',["class"=>'form-control filter select2','autofocus' => 'true', 'id' => 'clients']) }}
--}}
{{Form::text( 'booking_date', $bookingDate, [ "class" => "form-control", "id" => 'bookingDate' ]) }}
{{--
--}}
Id Client Email Bookings
Total Booking:
@include('common.modal.send_delivery_report_mail_confirm_model',['entity' => 'parcel_summary_mail'])
@stop @section('custom-scripts') @stop