@extends('modal_pages.base') @section('main') @foreach($proposal as $row) {{ $row->title}} @endforeach @endsection