@php $key = 'all'; @endphp @extends('layout.default') @section('styles') @endsection @section('content')
@include('layout.notifications')
@if(!empty($data)) @foreach($data as $value) @endforeach @else @endif
Action Product Image Brand Product Code Product Name
Edit Delete @if(!empty($value['product_images'])) @endif {{$value['brand_name']}} {{$value['product_code']}} {{$value['product_name']}}
Data Not Available

@if (!empty($data_paginator)) {{ $data_paginator->links('pagination') }} @endif
@endsection @section('scripts') @endsection