@extends('layouts.admin') @section('content')
Title | Description | Status | Sort Order | Action |
---|---|---|---|---|
{{ $data->title ?? '' }} | {{ $data->description ?? '' }} | {!! $data->rec_status == 1 ? 'Active' : 'Inctive' !!} | {{ $data->sort_order ?? '' }} | {{ trans('global.edit') }} |