@extends('general_base') @section('title', 'PC Builder') @section('style') @endsection @section('content')

PC Builder

Go to Cart
0 Selected • Total: ৳0
@foreach($components as $comp)
{{ $comp['label'] }} @if($comp['required']) Required @endif
Not selected
@endforeach
@endsection @section('script') @endsection