@extends('layout.layout') @section('content')
@csrf @method('POST')
@include('dashboard.staff.tabs.basic_info') @include('dashboard.staff.tabs.contact_details') @include('dashboard.staff.tabs.job') @include('dashboard.staff.tabs.summary') @include('dashboard.staff.tabs.tickets') @include('dashboard.staff.tabs.recorded_sessions') @include('dashboard.staff.tabs.payslip') @include('dashboard.staff.tabs.referrals') @include('dashboard.staff.tabs.payroll') @include('dashboard.staff.tabs.bank_info') @include('dashboard.staff.tabs.social') @include('dashboard.staff.tabs.project_access') @include('dashboard.staff.tabs.document_info') @include('dashboard.staff.tabs.educations') @include('dashboard.staff.tabs.work_experience') @include('dashboard.staff.tabs.activities') @include('dashboard.staff.tabs.specialization')
@endsection