@extends('layouts.backend') @section('content')

Verificar Información Bancaria

@if ($errors->has('source_founds')) {{ $errors->first('source_founds') }} @endif
@if ($errors->has('sworn_declaration')) {{ $errors->first('sworn_declaration') }} @endif
@include('modals.messageModal') @include('modals.confirmModal') @endsection