@extends('layouts.admin') @section('content')

Create Schedues

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('start_address')) {{ $errors->first('start_address') }} @endif
@if ($errors->has('end_address')) {{ $errors->first('end_address') }} @endif
@endsection