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

Send New Proposal

@if ($errors->any())
@endif
@csrf
@endsection