@extends('backend.layouts.app') @section('title', localize('reporters')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('reporters') }}
@can('create_reporter')  {{ localize('new_reporter') }} @endcan
{{ $dataTable->table() }}
@endsection @push('js') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush