@extends('layouts.master') @section('title') @lang('translation.User_List') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Products @endslot @slot('title') Products List @endslot @endcomponent @livewireStyles

Products List

Retrive all Products.

@foreach($Products as $item) @endforeach
Image Product Name Product Name AR Price Action
{{ $item->title }} {{ $item->title_ar }} {{ $item->price }}
@livewireScripts @endsection @section('script') @endsection