@extends('adminlte::page') @section('title', 'Novo Status de Pedido') @section('content_header')

Novo Status de Pedido

@stop @section('content')
Voltar
@if ($errors->any())
Whoops! Ocorreu algum erro.

@endif
@csrf
Nome (Ex.: Aguardando Pagamento)
Ativo
@endsection