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

Speciality list

@csrf

@if(count($specialities_list) > 0) @foreach($specialities_list as $speciality) @endforeach @endif
Speciality name
{{$speciality['speciality_name']}} @if($edit_speciality_access) @endif @if($delete_speciality_access) @endif
{!! $specialities_list->links() !!}
@include('layouts.speciality_modal') @include('layouts.modals')
@endsection @section('script') @endsection