@section('custom_meta') @show @section('custom_css_files') @show @if(getWebOrMobile() == "0") @endif @section('custom_js_files') @show
Estamos haciendo algo, un momento...
#ComoEnLaPlaya…
@include('components.sidebar')
    @if(config('cms.facebook_url'))
  • @endif @if(config('cms.instagram_url'))
  • @endif @if(config('cms.twitter_url'))
  • @endif @if(config('cms.youtube_url'))
  • @endif @if(config('cms.foursquare_url'))
  • @endif @if(config('cms.tripadvisor_url'))
  • @endif
@if(Session::has('message'))
{{ Session::get('message') }} @if ($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endif @section('custom_tabs') @show @section('content') @show
@section('content_out_wrapper') @show @include('components.mdalert') @if(getWebOrMobile() == "0") @endif @section('body_end_script') @show