@extends('layout.layout') @push('links') @endpush @section('content') @include('custom::component.reply-btn', ['url' => route('site.index')])
{{csrf_field()}}
新增
名稱
@include('custom::component.delete-window', ['tag' => 'QQQQQ', 'url' => route('site.area.destroy', ['id' => $id, 'aid' => 'QQQQQ'])])
@endsection {{-- Script --}} @push('scripts') @endpush