@extends('layouts.main') @section('content')
@if(session('success'))
{{ session('success') }}
@endif
Professional House Movers
Commercial & Domestic

Effective Waste Management
in Shrewsbury | Shropshire | Nationwide
@if(config('site.start_date') > now())
Starting {{ config('site.start_date')->format('d M Y') }}
@endif
@include('components.about') @include('components.jobs-carousel')
@include('components.info', [ ])
@if(config('site.show_trial'))

Have a question?

@include('components.trial', [ ])
@endif @if(config('site.show_location') && config('site.map_key'))

Where to find us

@endif
@endsection