@csrf
@include('components.buttons.btn-save', [ 'btn_class' => 'btn btn-outline-success', 'content' => 'Salvar', ]) @include('components.buttons.btn-cancel', [ 'route' => route('pad_index'), 'content' => 'Cancelar' ])
@php use App\Models\Util\YesOrNo; $yes = YesOrNo::YES; $no = YesOrNo::NO; @endphp