@extends('index') @section('content')

Lista klubów

@foreach (json_decode($items[0]) as $key => $node) @endforeach @foreach ($items as $tr) @foreach (json_decode($tr) as $td) @endforeach @endforeach
{{$key}}
{{$td}}
{{ method_field('DELETE') }} {{ csrf_field() }}
Edytuj
@endsection