@extends('layouts.layout') @section('app') {{$meta['title']}} Home {{$meta['title']}} @forelse($data as $item) @include('components.title_card', ['is_list' => true]) @if($loop->last) {{-- {{dd($meta['route']->parameters)}} --}} @if($pagination->hasMorePages()) @endif @endif @empty @endforelse {{-- {{ $pagination->links('components.paginator', ['route' => ['name' => $meta['route']->getName(), 'params'=> $meta['route']->parameters]]) }} --}} {{--