@extends('layouts.admin_layout') @section('title') Igloo - Edit Gallery @endsection @section('stylesheet') @endsection @section('content')

Edit Gallery

@if(session()->has('status')) {!! session()->get('status') !!} @endif
@csrf
@error('title') {{ $message }} @enderror
@foreach($galleryTitelHasImage As $key => $url)
imag Remove
@endforeach
Remove New Gallery Image Change
@endsection @section('script') @endsection