@extends('frontend.layouts.app') @section('content')
@include('frontend.member.sidebar')
@yield('panel_content')
@endsection