@extends('layout.layout') @section('content')

Edit Staff

@csrf @method('POST')

Staff Information

@include('dashboard.staff.tabs.basic_info', ['staff' => $staff]) @include('dashboard.staff.tabs.bank_info', ['staff' => $staff]) @include('dashboard.staff.tabs.social', ['staff' => $staff]) @include('dashboard.staff.tabs.document_info', ['staff' => $staff]) @include('dashboard.staff.tabs.specialization', ['staff' => $staff]) @include('dashboard.staff.tabs.activities', ['staff' => $staff]) @include('dashboard.staff.tabs.educations', ['staff' => $staff]) @include('dashboard.staff.tabs.work_experience', ['staff' => $staff]) @include('dashboard.staff.tabs.slots', ['staff' => $staff])
@endsection