@extends('back.layouts.app', ['title' => $title]) @section('beforeHeadClose') @include('back.common_views.switch_css') @endsection @section('content')
@include('back.common_views.quicklinks')

Manage Album

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
@forelse($allAlbums as $album) @empty @endforelse
#: Title Image Status Featured Actions
{{ $loop->index + 1 }} {{ $album->title }} {!! $album->isFeatured == 1 ? '' : "" !!}
{{-- Modal 1 For Add Album --}}