@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
{{$sub_title??""}}
{{ csrf_field() }}
@php $dateFormatted = date('d-m-Y', strtotime($result['consultation']['schedule_date'])); @endphp
@php $timeFormatted = date('H:i', strtotime($result['consultation']['schedule_start_time'])); @endphp
@endsection