@extends('layouts.app')
@section('header')
@endsection
@section('content')
| Name |
Action |
@foreach($specialists as $specialist)
| {{ $specialist->name }} |
edit
Delete
|
@endforeach
@endsection
@section('scripts')
@include('layouts.datatables', ['id' => 'dt-specialist'])
@endsection