@extends('layouts.member-app') @section('page-title')

{{ $pageTitle }}

@endsection @push('head-script') @endpush @section('content')

@lang('app.total') @lang('app.menu.products')

  • {{ $totalProducts }}
@if($user->can('add_product')) @endif
@lang('app.id') @lang('app.name') @lang('app.price') (@lang('app.inclusiveAllTaxes')) @lang('app.action')
@endsection @push('footer-script')