@extends('layouts.admin.frame') @section('header') @component('layouts.admin.header') Galéria @slot('subtitle') {{ isset($gallery)? '/ '.$gallery->title_hu : '' }} @endslot @endcomponent @endsection @section('content') @csrf
Új képek felöltése

Your browser doesn't have Flash, Silverlight or HTML5 support.


@if ($pics->isEmpty())
Még nincsenek feltöltött képek!
@else
@csrf @method('PUT') @foreach ($pics as $item) @endforeach
Kép Cím Alt Törlés
hu
en
hu
en
Mégsem
@endif
@endsection @section('scripts') @endsection @section('css') @endsection