@extends('layouts.master') @section('title') @lang('translation.User_List') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Brands @endslot @slot('title') Brands List @endslot @endcomponent
@foreach ($user as $us ) @endforeach
Image/Name Email Orders notification Action
{{ $us->name }} {{ $us->email }} Show Order Send

Showing 0 to 0 of 0 entries

@endsection