@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
No image uploaded.
@endif{{ $homeAbout->title ?? '—' }}
{{ $homeAbout->title_hi ?? '—' }}
{{ $homeAbout->button_link }}