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

Edit Consultation

@if ($errors->any())
@endif
@csrf @method('PUT')
Cancel
@endsection