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

Cargo Summary

{{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' => 'cargo_summary_mail'])
@stop @section('custom-scripts') @stop