@extends('layouts.main') @section('title', (isset($rec->id)) ? __('form.proposal') : __('form.new_proposal') ) @section('content')
{{ csrf_field() }} @if(isset($rec->id)) {{ method_field('PATCH') }} @endif @include('proposal.partials.general') @include('generic.items')
@endsection @section('onPageJs')