@extends('dashboard.layouts.app') @section('content') @include('components.alert') Profile Personal Details Contact Details password Education Work Experience Other Info @csrf @include('dashboard.staff.tabs.basic_info') @include('dashboard.profile.edit_tabs.contact_details') @include('dashboard.profile.edit_tabs.other_info') @include('dashboard.staff.tabs.password') @include('dashboard.staff.tabs.educations') @include('dashboard.staff.tabs.work_experience') Save @endsection @push('scripts') @endpush