}})
{{__('We are Logistics')}}
{{__('Always & Everywhere.')}}
@if(Session::has('message'))
@endif
{{ Session::get('message') }}
@endif @if ($errors->any())-
@foreach ($errors->all() as $error)
-
{{ $error }}
@endforeach