@extends('front.app') @section('content') {{$category->name}} @if(!empty($availableYears) && count($availableYears)) Toti anii @foreach($availableYears as $year) @if($year) {{$year}} @endif @endforeach @endif {{ $dataTable->table(['class'=> 'table table-row-bordered gy-5'], true) }} @endsection @push('scripts') {{$dataTable->scripts()}} @endpush