@extends('dashboard.layouts.master')
@section('title')
@endsection
@section('css')
@include('dashboard.layouts.css')
@endsection
@section('body')
| # |
عنوان |
التفاصيل القصيرة |
الصورة |
العمليات |
@foreach($aboutUsItems as $aboutUs)
| {{ $loop->iteration }} |
{{ $aboutUs->name }} |
{{ $aboutUs->about_us_short }} |
@if ($aboutUs->image_url)
@else
No image available
@endif
|
|
@endforeach
@endsection
@section('js')
@include('dashboard.layouts.js')
@endsection