@if (session()->has('forma_pagamento_success'))
{{ session('forma_pagamento_success_sub') }}
@endif
@if (session()->has('forma_pagamento_warning'))
{{ session('forma_pagamento_warning_sub') }}
@endif
@if (session()->has('forma_pagamento_info'))
{{ session('forma_pagamento_info_sub') }}
@endif
@if (session()->has('forma_pagamento_error'))
{{ session('forma_pagamento_error_sub') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif