@extends('layouts.super-app') @section('style') @endsection @section('content')
@includeif('partials.errors')
{{ __('Crear') }} Ocupación
@csrf @include('occupation.form')
@endsection