@extends('Dashboard.layouts.master') @section('title','Seos | List') @section('style') @endsection @section('content')
| # | {{__('forms.code')}} | {{__('forms.title')}} | {{__('forms.status')}} | {{__('forms.actions')}} |
|---|---|---|---|---|
| No data Found | ||||
| {{ ++$key }} | {{ $da->code }} | {{ $da->title }} |
{{ $da->status == 1 ? __('forms.enabled') : __('forms.disabled') }}
|
@can('seos-update') {{__('forms.edit')}} @endcan @can('seos-delete') @endcan |