@extends('general_base')
@section('title', 'PC Builder')
@section('style')
@endsection
@section('content')
@foreach($components as $comp)
{{ $comp['label'] }} @if($comp['required']) Required @endif
Not selected
@endforeach
@endsection
@section('script')
@endsection