@extends('website.layout.master') @section('title') Appointment @endsection @section('content')

Appointment

@csrf

Appointment Details

@include('website.layout.laravel_errors')
@endsection @section('script') @endsection