@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}{{ trans('ID') }} | {{ trans('Name') }} | {{ trans('Date') }} | {{ trans('Status') }} | {{ trans('Action') }} |
---|---|---|---|---|
{{ $key->id }} | {{ $key->name }} | {{ date('d-m-Y H:i:s', strtotime($key->created_at)) }} | @if($key->status == "1") Active @else Inactive @endif | @if(in_array("Edit", $STBModel)) @endif @if(in_array("Delete", $STBModel)) @endif |
{!! $result['data']->links() !!}
|
||||
No record found |