فرم
{{$group}}
@foreach($form as $f)
@if($f->type == 'textarea')
@else
@if($f->type == 'file')
@endif
@if($f->type == 'input')
@endif
@endif
@endforeach