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