@extends('layouts.partials.master') @section('title', 'Criar Cae') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Criar Cae']) Voltar
@csrf @method('POST')
@if ($errors->has('division_id'))
{{ $errors->first('division_id') }}
@endif
@if ($errors->has('sector'))
{{ $errors->first('sector') }}
@endif
@if ($errors->has('cae'))
{{ $errors->first('cae') }}
@endif
@if ($errors->has('sic'))
{{ $errors->first('sic') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@endsection