@if(session('status-success'))
{{ session('status-success') }}
@endif
@if(session('status-error'))
{{ session('status-error') }}
@endif
| # |
Title (EN) |
Description (EN) |
Image |
Actions |
@if(!$aboutUsRows)
| No About Us data found. |
@else
@foreach ($aboutUsRows as $aboutUs)
| {{ $aboutUs->id }} |
{{ $aboutUs->about_us_title_en }} |
{!! $aboutUs->about_us_description_en !!} |
@if($aboutUs->image)
@endif
|
Edit
|
@endforeach
@endif
| # |
Title (AR) |
Description (AR) |
Actions |
@if(!$aboutUsRows)
| No About Us data found. |
@else
@foreach ($aboutUsRows as $aboutUs)
| {{ $aboutUs->id }} |
{{ $aboutUs->about_us_title_ar }} |
{!! $aboutUs->about_us_description_ar !!} |
Edit
|
@endforeach
@endif