@extends('layouts.app') @section('breadcrumbs') @include('_includes.breadcrumbs', [ 'data' => [ ['route' => route('home'), 'name' => 'Inicio'], ['route' => '', 'name' => 'Parámetros'], ['route' => '', 'name' => 'Derechos'] ], 'show_add_button' => false ]) @endsection @section('content')
{{ csrf_field() }}
@if($impuesto)
{{ csrf_field() }}
@endif
@endsection