@extends('layouts.default')
@section('title','Service No Show')
@section('content')
@if(Session::has('email_error_message'))
{{Session::get('email_error_message')}}
@endif
@if(Session::has('email_success_message'))
{{Session::get('email_success_message')}}
@endif
@stop