@extends('layouts.admin_layout') @section('title', 'Manage About Us Latests') @section('content') Manage About Us Latests Home Manage About Us Latests Add About Us Latest Save Sorting Title Action @foreach($about_us_latests as $about_us_latest_row) {{$about_us_latest_row->about_us_latest_title}} Edit @endforeach @endsection