@extends('layouts.base_debug') @section('content') @include('partials.header')
@yield('inner_content')
@include('partials.footer')
@endsection