@extends('layouts.app') @push('page_style') @endpush @section('content')

About

@foreach ($about as $item) @endforeach
ID Heading sub_heading Description image Action
{{ $item->id }} {{ $item->heading ? : '' }} {{ $item->sub_heading ? : '' }} {{ $item->description ? : '' }} Edit Delete
@endsection