Chemical Details
{{ session('success') }}
@endif @if ($errors->any())-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
@if (!isset($chemicalsR))
Id | Flammable | Name | Formula | Actions |
---|---|---|---|---|
{{ $key + 1 }} | {{ Str::limit($chemical->flammable, 10, '...') }} | {{ $chemical->name }} | {{ Str::limit($chemical->formula, 10, '...') }} | Show |