@extends('backoffice.layouts.app') @section('content')

All Occasions

{{--
--}} Add New
{{-- --}} @if (count($occasions)) @foreach ($occasions as $index => $item) {{-- --}} @endforeach @endif
#ThumbnailTitle (EN) Title (AR) Modify Date Status Action
{{ $index + 1 }} @if (empty($item->thumbnail)) @else @endif {{ $item->title_en ?? '' }} {{ $item->title_ar ?? '' }} {{ \Carbon\Carbon::parse($item->created_at)->format('d-m-Y') ?? '' }} @if ($item->status == 1) Active @else Inactive @endif
@endsection