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

Parts List

Click "back to equipment list" if the data not load.

Back to Equipment List Back to Sub-Components Add Part
@foreach($parts as $part) @endforeach
Name Description Actions
{{ $part->name }} {{ $part->description ?? 'No description' }} Edit
@csrf @method('DELETE')
@endsection @section('scripts') @endsection