@extends('layout.base') @section('page_content')

@hasSection('bancos_title') Banco @yield('bancos_title') @else Bancos @endif

@yield('bancos_content')
@endsection