@extends('layouts.app') @section('header')
@endsection @section('content')
Edit Doctor
{{ csrf_field() }}
{!! $doctor['profilepic'] !!}
@endsection @section('scripts') @endsection