@extends('layouts.dashboard.main') {{-- content --}} @section('content')
{{-- 概要 --}} @if($tab == 0) @include('layouts.dashboard.components.ksap.summary') @endif {{-- プロフィール --}} @if($tab == 1) @include('layouts.dashboard.components.ksap.profile') @endif {{-- 就業場所 --}} @if($tab == 2) @include('layouts.dashboard.components.ksap.workplace') @endif {{-- 学業状況 --}} @if($tab == 3) @include('layouts.dashboard.components.ksap.college') @endif
{!! __("lang.button.update") !!} {!! __("lang.button.back") !!}
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop