@section('page-title') Products @endsection @section('page-styles') @endsection

Products

Manage your system products
@can('create', $module) @endcan

{{ $products->count() }} products

@foreach ($products as $product) @endforeach
Product Name Branded Name No. Clients Revenue Status Date Created
{{ $product->name }} {{ $product->short_description }}
{{ $product->short_name }}
R3 450 345.00
@if ($product->expunged === 0) Active @else Inactive @endif {{ date_format(date_create($product->created_at), 'd M Y') }}
@section('page-modals') @endsection @section('page-scripts') @endsection