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

Cms List

Selected
@if (!empty($cmss) && $cms->count()) @foreach ($cmss as $key => $cms) @endforeach @else @endif
# Cms Status Action
{{ $loop->iteration }}
{{ $cms->title }}
@if ($cms->status === null) Pending Verification @elseif ($cms->status === 0) Inactive @else Active @endif
No matching records found
{{ $cmss->links() }}
@endsection @push('script') @endpush