@extends('frontend.layout.master') @section('content')

Complete Your Professional Profile

Please ensure all details match your official documents.

@include('frontend.profile.basic_detail',['user'=>$user]) @include('frontend.profile.address_info',['user'=>$user,'provinces'=>$provinces]) @include('frontend.profile.occupation',['user'=>$user]) @include('frontend.profile.health_info',['user'=>$user])
@endsection