@extends('dashboard.layouts.app') @section('content') @include('components.alert')
@csrf @method($mode === 'create' ? 'POST' : 'PUT')
@include('dashboard.staff.tabs.basic_info') @include('dashboard.staff.tabs.password') @include('dashboard.staff.tabs.job') @include('dashboard.staff.tabs.payroll') @include('dashboard.staff.tabs.bank_info') @include('dashboard.staff.tabs.project_access') @include('dashboard.profile.edit_tabs.contact_details') @if ($mode === 'edit') @include('dashboard.staff.tabs.teacher_slots') @include('dashboard.staff.tabs.tester_slots') @include('dashboard.staff.tabs.staff_session_slots') @endif @include('dashboard.staff.tabs.specialization')
@if ($mode === 'create') {{-- --}} @else @endif Cancel
@include('dashboard.staff.tabs.new_slots') @include('dashboard.staff.tabs.select_slots')
@endsection @push('scripts') @endpush