@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('Status') }} | {{ trans('Date') }} | {{ trans('Action') }} |
---|---|---|---|---|
{{ $rsVal['id'] }} | {{ $rsVal['name'] }} | @if($rsVal['is_active'] == '1') Active @else Inactive @endif | {{ date('d-m-Y H:i:s', strtotime($rsVal['created_at'])) }} | |
No record found |