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