@extends('layouts.main') @section('content')
@include('layouts.sidebar')
@yield('content_child')
@endsection