@extends('layouts.admin.theme')
@section('title', env('APP_NAME') . ' :: ' . __('Nova legislação'))
@section('content')
@include('errors.messageFlash')
@php $headLine = "
" . __('Nova legislação'); @endphp
@include('components.buttons._headLineButtonsBackAdd', [
'headLine' => __($headLine),
'routeBack' => 'admin.legislacao.index',
'routeBackParams' => request()->only(['q', 'page', 'ano', 'tipo', 'status', 'sort_by', 'sort_dir']),
'nameBack' => __('Legislações'),
'permission' => 'GERENCIADOR_DE_LEGISLACAO',
])
@endsection
@push('scripts')
{{-- Tom Select em public/pmar/lib (public/vendor é ignorado pelo .gitignore) --}}