@extends('layouts.admin') @section('content') @section('headerTitle') {{ $types->name }} @endsection @section('breadcrumbs') {{-- --}} {{-- --}} {{--
--}} {{--
Acasa
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ $types->name }}--}} {{--
--}} {{ Breadcrumbs::render('admin.news_events.events.list', @$types) }} @endsection @section('buttons') @can('admin-create')
@endcan @endsection
{{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}
@endsection @push('scripts') {{ $dataTable->scripts() }} @endpush