@extends('layouts.admin') @section('title') {{ $types->name }} @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.news.list', @$types) }} @endsection @section('content') {{--@section('buttons') @can('admin-create') @endcan @endsection--}}
{!! getIcon('magnifier', 'fs-3 position-absolute ms-5') !!}
{{-- --}}
{{ $dataTable->table() }}
{{--
--}} {{--
--}} {{--
--}} {{-- {{ $dataTable->table(['class' => 'table table-row-bordered gy-5'], true) }}--}} {{--
--}} {{--
--}} {{--
--}} @endsection @push('scripts') {{ $dataTable->scripts() }} @endpush