@extends('layouts.admin') @section('content')
@if(!empty($products))
@endif
@include('admin.sub_view.looping_product')
@php $brand = isset($brand) ? $brand : 0; @endphp @endsection