@extends('layouts.partials.master') @section('title', 'Logistas') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Criar Nova Área de negócio']) Voltar
@include('layouts.components.alerts')
@csrf @method('POST')
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if (!\App\Helpers\ModuleHelper::isModuleActive('module_automatic_translations')) @include('layouts.components.translation-create') @endif
@endsection