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

Material Types

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