@extends('layouts.contentLayoutMaster')
@section('title','Schedule With My Agent')
@section('content')
Schedule With {{ $agent->first_name }} {{ $agent->last_name }}
@if($errors->any())
@foreach($errors->all() as $e)- {{ $e }}
@endforeach
@endif
@endsection