@extends('layouts.main') @section('title', 'Add Product') @section('content')
@csrf @method('PATCH')
@if($attributesOption) @foreach ($attributesOption as $item)
@endforeach @endif
@endsection