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

About Details

Title: {{ $about->title }}
Description: {!! nl2br(e($about->description)) !!}
Icon Class: {{ $about->icon_class }}
Button Text: {{ $about->button_text }}
Button URL: {{ $about->button_url }}
Image:
@if($about->image) Image @else No image uploaded @endif
Display Order: {{ $about->display_order }}
Extra Classes: {{ $about->extra_classes }}
Back to List Edit
@endsection