@extends('layouts.app') @push('styles') @endpush @section('content') @include('includes.header') @include('includes.inner_page_title', ['page_title'=>__('My Profile')])
@if (Auth::user()) @if (Auth::user()->hasMissingData())
Complete your profile for better job matching opportunity! New fields added.
@endif @endif
@include('includes.user_dashboard_menu')
@include('flash::message') @include('user.inc.profile') @include('user.inc.summary') @include('user.forms.cv.cvs') @include('user.forms.project.projects') @include('user.forms.experience.experience') @include('user.forms.education.education') @include('user.forms.skill.skills') @include('user.forms.language.languages')
@include('includes.footer') @endsection @push('styles') @endpush @push('scripts') @include('includes.immediate_available_btn') @endpush