@extends('layouts.admin_layout') @section('title', 'Manage About Highlights') @section('content')

Manage About Highlights

@foreach($about_highlight as $about_highlight_row) @endforeach
Title Action
{{$about_highlight_row->about_us_highlight_title}} Edit
@endsection