@extends('layouts.app') @section('title') {{__('Products')}} @endsection @section('breadcrumb')

{{__('Products')}}

@endsection @section('content')

{{__('Products Table')}}

@can('create_product') {{__('Create')}} @endcan
# {{__('Name')}} {{__('SKU')}} {{__('Initial')}} {{__('Purchases')}} {{__('In')}} {{__('Out')}} {{__('Consumption')}} {{__('Stock')}} {{__('Action')}}
@endsection @section('scripts') @endsection