@extends('admin.layout.app') @section('content')
@if(isset($appointment))
@csrf

Edit Services

Date

Time

Services

@endif
@endsection @section('script') @endsection