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