@extends('layouts.app') @section('content')
@yield('page-sidebar')
@yield('page-content')
@endsection