@extends('dashboard.layouts.app')
@section('content')
@include('dashboard.importers.table')
@endsection
@section('modal')
@endsection
@section('js')
@include('dashboard.layouts.tableActions', ['gn_name' => request()->segment(2), 'post_search_route' => route(request()->segment(2).'.index-post')])
@endsection