@extends('layouts.front_main')
@section('title', $page_name)
@if(isset($page) && $page)
@include('front.partials._meta_properties_page')
@endif
@section('content')
@include('front.partials._breadcrumb')
Edit Profile/Account
@livewire('front.job-seeker.edit-account')
Need some help?
Get in contact with one of our team.
Go
Stay safe
From fake job scams with our top tips.
Visit
@endsection
@push('scripts')
@endpush