@component('components.widget', ['class' => 'box-solid'])
@if(empty($proposal_template) && auth()->user()->can('crm.add_proposal_template'))
@slot('tool')
@endslot
@endif
@if(!empty($proposal_template))
{{$proposal_template->subject}}
@else
{{__('crm::lang.no_template_found')}}
@endif
@endcomponent
@endsection