@extends('layouts.default') @section('title','Service No Show') @section('content')

Service No Show

@csrf
@if($errors->has('first_name')) @endif
@if($errors->has('last_name')) @endif
@if($errors->has('email')) @endif
@if($errors->has('service_advisors_name')) @endif
@if($errors->has('confirmed_service_date')) @endif
@if(Session::has('email_error_message')) @endif @if(Session::has('email_success_message')) @endif @stop