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

Material Type

Page for create Master Material Type

@foreach ($materialTypes as $materialType) @endforeach
Code Name Description Action
{{ $materialType->code }} {{ $materialType->name }} {{ $materialType->desc }}
  • Are you sure want to delete this ?

    @csrf @method('DELETE')
@endsection @section('js') @endsection