Usuários

@foreach($users as $row) @endforeach
Usuário Email Produtos
{{$row->first_name}} {{$row['last_name']}}
{{$row['email']}} @foreach($row->products as $p)
{{$p->nome}} - {{\Carbon\Carbon::createFromDate($p->pivot->proximo_pagamento)->format('d/m/Y')}}
@endforeach
@csrf @method('DELETE')
@section('scripts') @endsection