@extends('library-app.layout') @section('header') @endsection @section('content')
Products
@if($access) @endif
@if($access) @endif @foreach ($dataEvents as $dataEvent) @if($dataEvent['enable']) @else @endif @if($access) @endif @endforeach
Name Catalogue Number CAS Number Status
{!! nl2br($dataEvent['name']) ?? ' - '!!} {!! nl2br($dataEvent['catalogue_number']) ?? ' - '!!} {!! nl2br($dataEvent['cas_number']) ?? ' - '!!}EnabelDisable Edit COA @if($dataEvent['enable']) Disable @else Enable @endif Delete
@endsection @section('script') @endsection