@extends('layout.admin_layout') @section('title', 'Doctor Edit') @section('body') @section('header', 'Doctor Edit') @section('badge') @endsection @if(Session::has('message'))
{{ Session::get('message') }} Back
@endif @foreach ($errors->all() as $error)
{{ $error }}
@endforeach

{{$type}} Doctor Edit

{{ csrf_field() }}




@if($doctor->profile_image!='') @else @endif

@if($doctor->profile_image!='') alt text here @else alt text here @endif
@endsection