@extends('layouts.master_home') @section('dashboard_content')

Doctor manage

Doctor Details
{{ csrf_field() }}
@if ($errors->has('prefix')) {{ $errors->first('prefix') }} @endif
first_name}}"> @if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
last_name}}"> @if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('specialization')) {{ $errors->first('specialization') }} @endif
@if ($errors->has('hospitals')) {{ $errors->first('hospitals') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
nic}}"> @if ($errors->has('nic')) {{ $errors->first('nic') }} @endif
mobile}}"> @if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
email}}"> @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection