@extends('layouts.app') @section('breadcrumbs') @endsection @section('content')
| Sort Order | Name | Description | Status | Action |
|---|---|---|---|---|
| {{ $query->sort_order }} | {{ $query->name }} | {{ \Illuminate\Support\Str::limit($query->description, 200, $end='...') }} | @if ($query->enabled) Enabled @else Disabled @endif | @can('update', $query)Edit Process@endcan |
No queries found.
@endif