@extends('layouts.app') @section('headlinks') New ECCO Cargo @endsection @section('content')
eeco
title
@if($errors->has('success'))

{{$errors->first()}}

@endif
discalimer
info
info
info
info

Register your interest

@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@endsection