@extends('layout.admin.master-layout') @section('additional-css') @endsection @section('main-content')
@include('layout.admin.include.loader')
@csrf
@if(count($galleryImage->projectGallery) > 0)
@endif
@foreach($galleryImage->projectGallery as $photo) @endforeach
@endsection @section('additional-js') @endsection