| {{__('admin_lang.title')}} | {{ucfirst($sdata->title)}} |
|---|---|
| {{__('admin_lang.description')}} | {!!$sdata->content !!} |
| {{__('admin_lang.status')}} | @if($sdata->status=='1') Active @else Inactive @endif |
| {!!__('admin_lang.created_at')!!} | {{$sdata->created_at->format('M d, Y')}} |
| {!!__('admin_lang.updated_at')!!} | {{$sdata->updated_at->format('M d, Y')}} |