@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
部門/單位資料
排序{{$model->sort_order}}
名稱{{$model->name}}
描述{{$model->description}}
編輯
@csrf 刪除
@endsection {{-- Script --}} @push('scripts') @endpush