@extends('layouts.web') @section('title', 'Application Form') @section('content') @livewire('user.application-form') @endsection