@extends('layouts.admin') @section('content')

Balíčky

Seznam košíků

@foreach ($carts as $s) @endforeach
ID Pack Instagram Email Zaplaceno Vytvořeno Akce
{{ $s->id }} {{ $s->pack->category->name." - zł".$s->pack->price }} {{ substr($s->username, 0, 30) }} {{ $s->email }} {{ $s->paid==1 ? "Ano" : "Ne" }} {{ $s->updated_at }}
@csrf
@endsection @section('scripts') @endsection