@extends('common::layouts.master') @section('gallery-aria-expanded') aria-expanded="true" @endsection @section('gallery-show') show @endsection @section('gallery') active @endsection @section('app-intro') active @endsection @section('content')
| # | {{ __('album_name') }} | {{ __('language') }} | {{ __('tabs') }} | {{ __('cover_image') }} | @if(Sentinel::getUser()->hasAccess(['album_write']) || Sentinel::getUser()->hasAccess(['album_delete'])){{ __('options') }} | @endif
|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $album->name }} | {{ $album->language }} | {{ $album->tabs }} |
@if(isFileExist(@$album, $result = @$album->thumbnail))
@endif
|
@if(Sentinel::getUser()->hasAccess(['album_write']) || Sentinel::getUser()->hasAccess(['album_delete']))
|
@endif