@extends('frontend.layouts.app') @section('content')
Download Form
@foreach ($forms as $element)
{{ $element->title }}
@endforeach
@endsection