@extends('dashboard.layouts.app') @section('content')
@csrf @method($mode === 'create' ? 'POST' : 'PUT')
@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.teacher_slots') @include('dashboard.staff.tabs.tester_slots') @include('dashboard.staff.tabs.specialization')
@if ($mode === 'create') {{-- --}} @else @endif Cancel
@endsection