@extends('layouts.contentLayoutMaster') @section('title','Schedule With My Agent') @section('content')

Schedule With {{ $agent->first_name }} {{ $agent->last_name }}

@if($errors->any())
@endif
@csrf
Cancel
@endsection