@extends('layout.admin.master-layout') @section('additional-css') @endsection @section('main-content') @include('layout.admin.include.loader') Home Image gallery of {{ @$galleryImage->title }} @csrf @if(count($galleryImage->projectGallery) > 0) Select All Delete @endif @foreach($galleryImage->projectGallery as $photo) @endforeach