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