@extends('mainContent.layout') @section('content') {{$type}} Category Add ALL @foreach ($cat as $c) {{ $c->title }} @endforeach @foreach ($mc_list as $item) @if ($item->image) @endif {{ $item->category }} {{ $item->title }} @endforeach @endsection