@extends('layouts.admin') @section('content')
Content Management
@if(count($contents) > 0) @foreach($contents as $index => $content) @endforeach @endif @if(count($data) > 0) @foreach($data as $index => $val) @endforeach @endif
No. Page Name Action
{{$index + 1}} {{$content->title}}
{{count($contents) + $index + 1}} {{$val->name}}
{{ count($data) + count($contents) + 1 }} Testimonial Section
@endsection