@extends('layouts.frontend') @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif
@csrf()
@if ($errors->has('name')) @endif
@if ($errors->has('city')) @endif
@if ($errors->has('mobile_no')) @endif
@if ($errors->has('testimonials')) @endif
@endsection