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

catalog List

Retrive all catalog.

@foreach($catalogs as $item) @endforeach
Catalog Link Action
{{ $item->catalog_link }}
@livewireScripts @endsection @section('script') @endsection