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