@extends('layouts.admin') @section('content')

Steel Types

+ Add Steel Type
@foreach($steelTypes as $type) @endforeach
ID Steel Type Actions
{{ $type->id }} {{ $type->name }} Edit
@csrf @method('DELETE')
@endsection