@extends('layouts.main') @section('title', 'Add Product') @section('content')
@csrf
@foreach ($attributes as $item)
@if($item->type == 'dropdown') @else
@endif
@endforeach
@endsection