@extends('layouts.contentNavbarLayout') @section('title', 'Send New Proposal') @section('content')

Send New Proposal

@if ($errors->any())
@endif
@csrf
{{-- create --}}
Extended Modals
Horizontal Onboarding Modals
{{-- /end --}} @endsection