Forma de Pagamento
{{-- Messagens da session --}} @include('partials.session-message') @if ($errors->any() || session('error'))
{{$errors->any() ? $errors->first() : session('error')}}
@endif
@if (isset($formaPagamento))
#
@endif

Dados Cadastrais

{{-- Forma de pagamento --}}
@if ($errors->has('formapagamento')) {{ $errors->first('formapagamento') }} @endif
@if(isset($formaPagamento)) @include('partials.upload', ['model' => $formaPagamento]) @endif @include('partials.status', ['model' => $formaPagamento ?? null])
@push('js') @include('partials.upload-js') @endpush