@extends('admin.layouts.app') @section('title', __('Admins')) @section('content')
@csrf
{{--
--}}
@if (old('gallery')) @php $ids = json_decode(old('gallery'), true); $images = \App\Models\Image::whereIn('id', $ids)->get(); @endphp @if (count($images)) @foreach ($images as $image)
pathImage }}>
@endforeach @endif @endif
@error('image_default')
{{ $message }}
@enderror @error('images')
{{ $message }}
@enderror

SEO META


{{-- --}} {{-- --}}
@endsection @section('javascript') @endsection