@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
履歷資料
類別{{$model->type->name}}
詳細{!!$model->content!!}
附件 @if(!empty($model->file_display_name)) {{$model->file_display_name}} @else 無附件 @endif
@can('edit', $model)
編輯
@csrf 刪除
@endcan
@endsection {{-- Script --}} @push('scripts') @endpush