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

Contents

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