@extends('layouts.frontend') @section('title', 'Best Insurance - Contact Us') @section('content')

You can contact us in any of the following ways:

Call us: 0330 330 9465, Mon – Fri: 9:00 am to 6:00 pm.

Email us : info@bestinsurance.co.uk

Write to us: Best Insurance, Gemini Business Centre, 136-140, Old Shoreham Road, Hove BN3 7BD, United Kingdom

Have a question?

Send us a message!

@if(Session::get('success'))
× {{Session::get('success')}}
@endif @if(Session::get('failure'))
× {{Session::get('failure')}}
@endif
{!! csrf_field() !!}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@include('slices.frontend.latest_news')
@include('slices.frontend.useful_downloads')
@include('slices.frontend.other-information-links')
@endsection @section('pageBottomJs') @stop