@extends('layouts.app-home-admin') @section('content') Categories @foreach($Categorylist as $ctr) {{$ctr->title}} {{$ctr->title}} @endforeach {{$name}} @foreach($brandlist as $bdr) id) class="active" @endif>{{$bdr->title}} @endforeach @if(@$productInfo[0]->id ) @foreach($productInfo as $val) @if($val->main_img) @else @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
@if(!empty($val->stock))In Stock @else Out of Stock @endif
{{$val->sku}}