@extends('layouts.admin_app') @section('title',"News & Insights - Admin Dashboard") @section('content')

News & Insights

@include('flash-message')
@include('admin.components.rows_per_page')
@include('admin.components.common_filters')
@foreach($records as $record) @endforeach
ID Title (In English) Title (In Arabic) Status Actions
{{$record->id}} {{$record->title_eng}} {{$record->title_ar}}