@extends('layouts.vice_master') @section('title', 'Contact Us') @section('content')
Contact Us

{{$contact->title}}

{{$contact->content}}

Get a Free Quote

{{-- Handled by ContactController --}} @if (session('success'))
Message sent successfully
@endif @if($errors->has('capcha'))
{{ $errors->first('capcha') }}
@endif
@csrf
{{--
--}}
{{-- --}}
@endsection