@extends('layouts.app') @section('header')
@endsection @section('content')
Edit Doctor
{{ csrf_field() }}
@if(!empty($user->profilepic)) @endif
@endsection @section('scripts') @endsection