@extends('layouts.application-wizard') @section('step-content') @php $d = $application->section_pekerjaan ?? []; @endphp
@csrf
INFORMASI PEKERJAAN & USAHA

@error('tipe_pendapatan')
{{ $message }}
@enderror
@error('sektor_usaha')
{{ $message }}
@enderror
@error('usaha_dibiayai')
{{ $message }}
@enderror
tahun @error('lama_bekerja')
{{ $message }}
@enderror
@error('alamat_usaha')
{{ $message }}
@enderror
@error('kepemilikan_usaha')
{{ $message }}
@enderror
@error('status_tempat_usaha')
{{ $message }}
@enderror
@endsection @section('step-footer')
Kembali
@endsection