@extends('layouts.app') @section('title', isset($editId) ? 'Edit Doctor' : 'Add Doctor') @section('content')
@if (session()->has('message')) @endif @if (session()->has('error')) @endif @livewire('admin.doctor.doctor-form', ['editId' => $editId ?? null])
@endsection @push('scripts') {{-- --}} @endpush