@if(session('success'))
# | {{ __('Title') }} | {{ __('Notice Message') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|
1 | {{$cat->title}} | {!!$cat->content!!} |
@can('notice.create') @if($cat->status == '1') {{ __('Resend') }} @endif @endcan {{ __('If Status is active then resend will be shown') }} |
|