@include('header')
@php
$permissions = json_decode(session('permissions'), true);
$userType = session('user_type');
@endphp
gallery Sub Tab Information
| # |
Tab |
Sub Tab |
Action |
@php $sno = 1; @endphp
@foreach($tabs as $tab)
| {{ $sno++ }} |
{{ $tab->tabs->tab }} |
{{ $tab->sub_tab }} |
|
@endforeach
@include('footer')