@extends('layouts.app-home-admin') @section('content')
Categories

{{$name}}


    @foreach($brandlist as $bdr)
  • id) class="active" @endif>{{$bdr->title}}
  • @endforeach
@if(@$productInfo[0]->id ) @foreach($productInfo as $val)
@if($val->main_img) {{$val->title}} @else {{$val->title}} @endif

@if(!empty($val->stock))In Stock @else Out of Stock @endif

{{$val->title}}

{{$val->sku}}

@if($val->discount_price!='0') £{{$val->price}} £{{$val->price-$val->discount_price}} @else £{{$val->price}} @endif
@endforeach @else

Product Not Found

@endif
@endsection @section('script') @endsection