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

@hasSection('cuentas_title') Cuenta @yield('cuentas_title') @else Cuentas @endif

@yield('cuentas_content')
@endsection