@extends('layouts.app') @section('title') Character{!! View::hasSection('profile-title') ? ' :: ' . trim(View::getSection('profile-title')) : '' !!} @endsection @section('sidebar') @include('character.' . ($isMyo ? 'myo.' : '') . '_sidebar') @endsection @section('content') @yield('profile-content') @endsection @section('scripts') @parent @endsection