@extends('admin.master') @section('content')
Manage the homepage About Wasel Exchange section.
| Image | Section Content | Experience | Button | Status | Updated | Actions |
|---|---|---|---|---|---|---|
|
|
{{ $aboutSection->title }} {{ $aboutSection->label ?: 'No label' }} | {{ $aboutSection->experience_number }} {{ $aboutSection->experience_suffix }} {{ $aboutSection->experience_text }} | @if ($aboutSection->button_text) {{ $aboutSection->button_text }} {{ $aboutSection->button_url ?: 'No URL' }} @else No button @endif | @if ($aboutSection->is_active) Active @else Inactive @endif | {{ $aboutSection->updated_at->format( 'd M Y' ) }} {{ $aboutSection->updated_at->format( 'h:i A' ) }} |