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