@extends('adminlte::page') @section('title','Novo Motivo') @section('content_header')

Novo Motivo

@endsection @section('content') @if ($errors->any())
@endif
@csrf
{{--
--}}
@endsection