@extends('layout.admin') @section('styles') @endsection @section('content')
| Sr.No | Title | Page Url | Image | Featured | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$u->title}} | {{getFrontendUrl().'blog'.'/'.$u->page_url}} | @if(isset($u->image_url)) @php $imgUrl = $u->image_url; if ($imgUrl && !filter_var($imgUrl, FILTER_VALIDATE_URL)) { $imgUrl = asset('media/' . $imgUrl); } @endphp@if($u->featured == 1) ON @else OFF @endif | @if($u->status == 1) Activated @else Deactivated @endif | Edit |