shell bypass 403
@extends('admin.theme.default')
@php
$modules = "role_gallery";
$role_id = Auth::user()->role_id;
@endphp
@section('content')
@include('admin.breadcrumb')
<div class="container-fluid">
<section class="gallery-section rounded-3">
@include('admin.gallery.card-view')
</section>
</div>
@endsection
@section('script')
<script src="{{url(env('ASSETSPATHURL').'admin-assets/assets/js/custom/gallery.js') }}"></script>
@endsection