@extends('backend.layouts.grid') @section('title', __('Galleries')) @section('link', route('admin.galleries.create')) @section('content')
{{ $totalPhotos }}
{{ $totalVideos }}
| {{ __('#') }} | {{ __('Title') }} | {{ __('Photo') }} | {{ __('Action') }} |
|---|---|---|---|
| {{ $gallery->id }} | {{ $gallery->title }} |
@if($galleries)
@foreach($galleries as $rrr)
@if($gallery->id == $rrr->gallery_id)
featured_status == 1)?"checked":"" }} onclick="return confirmationFeatured('{{ $rrr->id }}')" > |
|