@extends('backend.applicant.template') @push('title') Applicant Dashboard @endpush @section('content-wrapper') @livewire('applicant.dashboard') @endsection