@extends('layouts.app') @push('page_style') @endpush @section('content') About Dashboard About Add about ID Heading sub_heading Description image Action @foreach ($about as $item) {{ $item->id }} {{ $item->heading ? : '' }} {{ $item->sub_heading ? : '' }} {{ $item->description ? : '' }} Edit Delete @endforeach @endsection