@extends('layouts/contentNavbarLayout')
@section('title', 'Articles Category')
@section('content')
| Title Ar |
Title En |
Actions |
@forelse ($categoryEvents as $entity )
| {{ $entity->title_ar }} |
{{ $entity->title_en }} |
|
@empty
|
No department found !
|
@endforelse
@endsection