@extends('layouts.admin') @push('css') @endpush @php $locales=config('translatable.locales'); @endphp @section('content')
@include('partials.alert') @if(isset($gallery))
{{csrf_field()}}
name)}}">
@endif
@foreach($gallery->images as $image)
path)}}') center center;">
@endforeach
@endsection @push('scripts') @endpush