@extends('layouts.app') @section('content')

About Sections

Create New About @if(session('success'))
{{ session('success') }}
@endif @foreach($abouts as $about) @endforeach
Title Description Icon Class Button Text Button URL Image Display Order Actions
{{ $about->title }} {{ Str::limit($about->description, 50) }} {{ $about->icon_class }} {{ $about->button_text }} {{ $about->button_url }} @if($about->image) Image @else - @endif {{ $about->display_order }} View Edit
@csrf @method('DELETE')
@endsection