@extends('theme.layouts.freelancer') @section('content')
@include('theme.layouts.partials.loading')

{{ trans('proposals.proposals') }}

@include('theme.freelancer.new-proposals.create-new-proposal')
@include('theme.freelancer.new-proposals.all-proposals')
@include('theme.freelancer.new-proposals.all-drafts')
@include('theme.freelancer.new-proposals.terms-and-conditions') @include('theme.freelancer.new-proposals.proposal-details')
@endsection @section('scripts') @endsection