@extends('layouts.default') @section('title','Reminder to Book a Service') @section('content')

Send Service Confirmation

@csrf
@if($errors->has('first_name')) @endif
@if($errors->has('last_name')) @endif
@if($errors->has('email')) @endif
@if($errors->has('phone_number')) @endif
@if($errors->has('service_advisor_name')) @endif
@if($errors->has('lane_number')) @endif
@if($errors->has('confirmed_service_date')) @endif
@if(Session::has('sms_error_message')) @endif @if(Session::has('sms_success_message')) @endif @if(Session::has('email_error_message')) @endif @if(Session::has('email_success_message')) @endif @stop