@extends('cms::layouts/dashboard') @section('breadcrumb') @endsection @section('dashboard-content')
Add Order
@csrf
Add Custom Page
@foreach($rows as $row) @endforeach
Name Name Plural Database Route Model Actions
@if ($row['deletable']) @endif {{ $row['display_name'] }} {{ $row['display_name_plural'] }} {{ $row['database_table'] }} {{ $row['route'] }} {{ $row['model_name'] }} Edit @if (!in_array($row['id'], [1,2,3,4]))
@csrf @method('DELETE')
@endif
@endsection