@extends('layouts.app_layout') @section('content') @php $addRoute = route('home-about.edit', $homeAbout->id); @endphp @can('edit homepage about') @php $button = ' Edit Details'; @endphp @endcan
@if ($homeAbout->image) {{ $homeAbout->title ?? '—' }} @else

No image uploaded.

@endif

{{ $homeAbout->title ?? '—' }}

{{ $homeAbout->title_hi ?? '—' }}

{{ $homeAbout->button_link }}

@if ($homeAbout->description) {!! $homeAbout->description !!} @else No description available @endif
@if ($homeAbout->description_hi) {!! $homeAbout->description_hi !!} @else No description available @endif
@endsection