@extends('layouts.admin.theme')
@section('title', env('APP_NAME').' :: '.__('Editar Xpto'))
@section('content')
@php $headLine = __('Editar Xpto'); @endphp
@include('components.buttons._headLineButtonsBackAdd', ['headLine' => $headLine, 'routeBack' => 'admin.meuTest.index', 'nameBack' => __('Voltar'), 'permission' => 'ADMIN'])
@include('errors.messageFlash')
@endsection