@extends('layouts.admin.theme') @section('title', env('APP_NAME').' :: '.__('Criar Xpto')) @section('content')
@php $headLine = __('Criar Xpto'); @endphp @include('components.buttons._headLineButtonsBackAdd', ['headLine' => $headLine, 'routeBack' => 'admin.meuTest.index', 'nameBack' => __('Voltar'), 'permission' => 'ADMIN'])
@include('errors.messageFlash')
@csrf @include('components.inputs._inputType', ['label'=>'Nome','name'=>'nome','required'=>true])
@endsection