@extends('library.layout') @section('title') KEMAUS Products @endsection @section('include_script') @endsection @section('include_style') @endsection @section('content')
KEMAUS Products
@if(count($products) > 0) @foreach ($products as $product)
{{$product->catalogue_number ?? "-"}}
{{$product->name ?? "-"}} {{$product->cas_number ?? "-"}}
@if(isset($product->file_tds) && $product->file_tds != "") TDS @else TDS @endif
@if(isset($product->file_sds) && $product->file_sds != "") SDS @else SDS @endif
@endforeach @else
Product Not Found!
@endif
@endsection @section('script') @endsection