@extends('layouts.app') @section('bread-crumb')

Edit Doctor

@endsection @section('content')

Creator: {{Auth::user()->fname}} {{Auth::user()->lname}}

@csrf @method('PUT')
@endsection @section('script') @endsection