@yield('header')
@include('partials.errors') @include('partials.success')
@include('partials.message') @include('partials.confirm')
@if(Session::has('user')) {{Session::get("user")->Name}} @endif
Cash
flow
@if(Session::has('user'))
Dashboard
Tranzactii
Curs BNR
Custom types
Home
@else
Home
About
Services
Contact
@endif
@if(Session::has('user'))
Logout @else
Login @endif
@yield('content')
@yield('Tooltip') @yield('FinalScript')