@include('header')
@php
$permissions = json_decode(session('permissions'), true);
$userType = session('user_type');
@endphp
| # |
Para |
Action |
@php $sno = 1; @endphp
@foreach($facilities as $tab)
| {{ $sno++ }} |
{{ Str::limit($tab->para, 80) }} |
|
@endforeach
@include('footer')