@extends('layouts.admin.frame') @section('header') @component('layouts.admin.header') Ajánlatkérés @slot('subtitle') @endslot @endcomponent @endsection @section('content')
@if($items->count()) @if($items) @foreach ($items as $item) @endforeach @endif @else
Nincs megjeleníthető tartalom!
@endif
# Név E-mail Telefon Alkotás neve
{{ $item->id }} {{ $item->name }} {{ $item->email }} {{ $item->phone }} {{ $item->product->title_hu }}
@csrf @method('DELETE')
{{ $items->links() }} @endsection @section('scripts') @endsection