@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Novo serviço da Carta')) @section('content') @include('errors.messageFlash')
@php $headLine = " " . __('Novo serviço da Carta'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.cartaServicos.index', 'routeBackParams' => request()->only(['q', 'tipo_id', 'page']), 'nameBack' => __('Voltar'), ])
@csrf @include('admin.cartaServicos.partials.form', ['servico' => null])
@endsection