@extends('example.layouts.default.main') @section('body_override') @endsection @section('main')
@yield('content')
@endsection