@extends('layouts.master') @section('page-content')

Downloand Forms

Form List Add Form
@foreach($downloads as $download) @endforeach
# Title Description Action
{{ $loop->iteration }} {{ $download->title }} {{ $download->description }}
@endsection @push('page-script') @endpush