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

Content Sections

Content Sections Lists
@if (count($sections) > 0) @foreach ($sections as $index => $section) @endforeach @else @endif
# Title (EN) Title (AR) Status Actions
{{ $index + 1 }} {{ $section->title_en }} {{ $section->title_en }} @if ($section->status == 1) Active @else Dective @endif Edit
Records Not Found
@endsection