@extends('layouts') @section('main')

Import Doctor Data

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@error('excel_file') {{ $message }} @enderror
@endsection @section('scripts') @endsection