@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
職務歷練資料
機關名稱{{$model->organization}}
單位名稱{{$model->department}}
職稱{{$model->position}}
就職起迄日{{$model->period}}
公開{{$model->is_public_name}}
@can('edit', $model)
編輯
@csrf 刪除
@endcan
@endsection {{-- Script --}} @push('scripts') @endpush