@extends('layouts.dashboard') @section('content')
@include('flash_msg')

@if(!empty($projects)) @foreach($projects as $key=>$value) @endforeach @if ($projects->count() == 0) @endif @endif
# IMAGE PROJECT TITLE Action
{{ ++$key }} @if($value->image) @endif {{ $value->name }}
No child categories to display.
# Image Project Title Action

Displaying {{$projects->count()}} of {{ $projects->total() }} child categories.

@endsection