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

{{__('Products')}}

@endsection @section('content')
@can('create_product') {{__('Create')}} @endcan
{{-- filters --}}
{{--
--}}



{{--
--}}
{{-- import/export/template --}}
{{-- {{__('Export')}} --}}
{{-- --}}
{{__('Download template')}}
@csrf
{{__('Import')}}
{{-- --}} {{-- --}} {{-- --}}
# {{__('Product Name')}} {{__('Product Code')}} {{__('Type')}} {{__('Unit')}} {{__('Category')}} {{__('Status')}} {{__('CAS No.')}} {{__('Regulated')}} {{__('Description')}}{{__('Initial')}}{{__('Request and Purchases')}} {{__('Request and Issuances')}} {{__('Adjustment/Transfer In')}} {{__('Adjustment/Transfer Out')}}{{__('Consumption')}}{{__('Current Balance')}} {{__('Created Date')}} {{__('Action')}}
@endsection @section('scripts') @endsection