@include('header') @php $permissions = json_decode(session('permissions'), true); $userType = session('user_type'); @endphp
Gallery Tab Information

Gallery Tab

Add Gallery Tab
@php $sno = 1; @endphp @foreach($gallerytab as $tab) @endforeach
# Tab Action
{{ $sno++ }} {{ $tab->tab }}
@include('footer')