@extends('layouts.default') @section('page_css') @include('includes.portal-css') @stop @section('content')

Report an Issue

Home / Report an Issue
{{--

We freight to all over the world The best logistic company, FAST and SAFELY!

--}}

Drop us a message for any issue

@csrf
@if($errors->first('error')) {{ $errors->first('error') }} @elseif($errors->first('success')) {{ $errors->first('success') }} @endif
@if($errors->first('first_name')) {{ $errors->first('first_name') }} @endif
@if($errors->first('last_name')) {{ $errors->first('last_name') }} @endif
@if($errors->first('email_address')) {{ $errors->first('email_address') }} @endif
@if($errors->first('message')) {{ $errors->first('message') }} @endif
@section('javascript') @include('includes.portal-script') @stop @endsection