@extends('layouts.tienda') @section('content')
logo

Informacion Bancaria de {{$settings->name}}

@if($bancaria != null)
{!! $bancaria->contenido !!}
@endif
@endsection