@extends('backend.layouts.master') @section('backendcontent')
@csrf

Add Doctor Details    View All Doctors

@if (session()->has('success'))
{{session('success')}}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection