@can('update-live-news-status') @endcan @canany(['update-live-news', 'delete-live-news', 'translation-live-news']) @endcanany @php $i=0; @endphp @if(count($result) > 0) @foreach($result as $row) @php $i++; @endphp @can('update-live-news-status') @endcan @canany(['update-live-news', 'delete-live-news', 'translation-live-news']) @endcanany @endforeach @else @endif
{{__('lang.admin_id')}} {{__('lang.admin_image')}} {{__('lang.admin_name')}} {{__('lang.admin_url')}}{{__('lang.admin_status')}}{{__('lang.admin_action')}}
{{$i}} {{$row->name}} @if (Gate::check('update-live-news')) @if($row->company_name!=''){{$row->company_name}}@else -- @endif @else @if($row->company_name!=''){{$row->company_name}}@else -- @endif @endif @if($row->url!=''){{$row->url}}@else -- @endif @if($row->status==1) {{__('lang.admin_active')}} @else {{__('lang.admin_inactive')}} @endif
{{__('lang.admin_edit_live_news')}}
@csrf
profile image
Record not found