@extends('dashboard.layouts.app') @section('content') @include('components.alert')
Profile
@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')
@endsection @push('scripts') @endpush