@include("forms.header")
@if( !isset($with_navbar) || ($with_navbar!=false)) @endif

@yield('title_card')

@yield('content')
@include('layouts.scripts') @include("forms.footer")