@extends('layouts.dashboard') @section('content')
{{ __('return') }}
@include('candidates.tabs.tab-details') @include('candidates.tabs.tab-activity') @include('candidates.tabs.tab-adjustments') @include('candidates.tabs.tab-recommended')
@endsection @section('js') @endsection