@section('top-css') @if(\MVC\Classe\Browser::get() == 'Internet Explorer') @endif @show @section('top-javascript') @if(\MVC\Classe\Browser::get() == 'Internet Explorer') @endif @show @yield('body') @section('bottom-javascript') @if(\MVC\Classe\Browser::get() !== 'Internet Explorer') @endif @show