@extends('common::layouts.master') @section('gallery-aria-expanded') aria-expanded="true" @endsection @section('gallery-show') show @endsection @section('gallery') active @endsection @section('all-images-active') active @endsection @section('content')
{{ __('language') }}
{{ __('album') }}
{{ __('tab') }}
{{__('search')}}
| # | {{ __('image') }} | {{ __('language') }} | {{ __('album') }} | {{ __('tab') }} | {{ __('added_date') }} | @if(Sentinel::getUser()->hasAccess(['album_write']) || Sentinel::getUser()->hasAccess(['album_delete'])){{ __('options') }} | @endif
|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if(isFileExist(@$item, $result = @$item->thumbnail))
{{ $item->title }}
@endif
@if(@$item->is_cover)
{{__('album_cover')}}
@endif
|
{{ @$item->album['language'] }} | {{ @$item->album['name'] }} | {{ @$item->tab}} | {{ $item->created_at }} | @if(Sentinel::getUser()->hasAccess(['album_write']) || Sentinel::getUser()->hasAccess(['album_delete']))
|
@endif