@extends('user.layouts.index') @section('page_content')
@foreach($category as $c)

{{ucwords($c->name)}}

@foreach($c->products as $p)
{{ucwords($p->name??'')}}

Notice: Undefined variable: p in /home/demohatinco/public_html/my_shout_backend/resources/views/user/home/index.blade.php on line 72

Notice: Trying to get property 'promotion' of non-object in /home/demohatinco/public_html/my_shout_backend/resources/views/user/home/index.blade.php on line 72
@if($promotion)

$ {!!$promotion->value * $point_price !!} {{$p->price * $point_price }}

@else

$ {{$p->price * $point_price }}

@endif
{{-- --}} {{-- --}}
@endforeach
@endforeach @endsection @section('app_jquery')