@extends('layouts.app') @section('content')

لیست دندانپزشکان

@foreach ($dentists as $dentist) @endforeach
# نام ایمیل تاریخ ایجاد
{{ $loop->iteration }} {{ $dentist->name }} {{ $dentist->email }} {{ $dentist->created_at->format('Y-m-d') }}
@endsection