@extends('layouts.app') @section('title','Photo Gallery List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('website-photo-gallery-create', $authRolePermissions)) Add New @endif
@include('website-setting.photo-gallery.table')
@endsection