@extends('layout.master') @push('plugin-styles') @endpush @section('content')

Edit Secondary System

@csrf @method('PUT')
@error('component_part_id')
{{ $message }}
@enderror
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror

Back
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush