@extends('layouts.vice_master') @section('title', 'Contact Us') @section('content') Contact Us {{$contact->title}} {{$contact->content}} Address {{$contact->address}} Phone {{$contact->mobile}} Phone {{$contact->mobile2}} Email {{$contact->email}} Get a Free Quote {{-- Handled by ContactController --}} @if (session('success')) Message sent successfully @endif @if($errors->has('capcha')) {{ $errors->first('capcha') }} @endif @csrf Select Service @foreach ( $services as $service ) {{$service->name}} @endforeach Send Now Send Now {{-- --}} {{-- --}} @endsection