@extends('layouts.partials.master') @section('title', 'Logistas') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Criar Nova Zona']) Voltar
@include('layouts.components.alerts')
@csrf @method('POST')
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@include('layouts.components.translation-create')
@endsection