@extends('layout.master') @section('content')
Edit Chemicals
Home
Edit / Chemicals
@csrf @if($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @if($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Fire Rated
Type
Style
Label
Specs
{{ old('specs', $chemical->specs) }}
Features
{{ old('features', $chemical->features) }}
Link
Section Title
Image
@if($chemical->image)
@endif
Update
@endsection