@extends('crm.layouts.app') @section('content')
@csrf @if (@$proposal_settings) @method('PUT') @endif

{{__('proposal_settings')}}

@csrf
@csrf @if (@$estimate_settings) @method('PUT') @endif

{{__('estimate_settings')}}

@csrf
@csrf @if (@$invoice_settings) @method('PUT') @endif

{{__('invoice_settings')}}

@csrf
@endsection