{{-- Welcome {{ __(Auth::user()->name) }} --}} @extends('user.layouts.app') @section('content') @section('title', 'Dashboard')
{{__('Summary')}}
# | {{__('Name')}} | {{__('ID')}} | {{__('Quantity')}} |
---|---|---|---|
1 | Product name 01 | ID09911S1 | 50 |
2 | Product name 02 | ID09911S1 | 100 |
3 | Product name 03 | ID09911S1 | 150 |
4 | Product name 04 | ID09911S1 | 200 |