@extends('layouts.admin_layout') @section('title', 'Manage About Highlights') @section('content') Manage About Highlights Home Manage About Highlights Save Sorting Title Action @foreach($about_highlight as $about_highlight_row) {{$about_highlight_row->about_us_highlight_title}} Edit @endforeach @endsection