@extends('layouts.app-home-admin') @section('content') Categories @foreach($Categorylist as $ctr) {{$ctr->title}} {{$ctr->title}} @endforeach @foreach($Categorylist as $ctry) @if($ctry->img) @else @endif {{$ctry->title}} @endforeach @endsection