@extends('layouts.admin.frame') @section('header') @component('layouts.admin.header') {{ $header->title }} @slot('subtitle') {{ $header->subtitle }} @endslot @endcomponent @endsection @section('content') @csrf
Új képek felöltése

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

@if ($prod->pics->isEmpty())
Még nincsenek feltöltött képek!
@else
@csrf @method('PUT') @foreach ($prod->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