@extends('admin.layouts.contentLayoutMaster') @section('title','Appointment Edit') @section('pagelevelcss') @stop @section('content')
{{ csrf_field() }} @php $app_date = ''; @endphp @if(isset($editdata->app_date) && !empty($editdata->app_date)) @php $app_date = date("m-d-Y", strtotime($editdata->app_date) ); @endphp @endif
@endsection @section('pageleveljs') @stop