@extends('layouts.master_panel') @section('title', trans('titles.formularios')) @section('card-icon')@endsection @section('card-title', strtoupper(trans('titles.formularios'))) @section('content')
@include('sections.validation.messages') @include('sections.forms.components.messages')
@include('sections.forms.components.global-buttons')
@include('sections.forms.form.myFormatsFilters')
@include('sections.forms.tables.filtered_answered_formats')
@endsection @push('plugins') @endpush