@extends('layouts.base') @section('body_class', 'bg-light') @section('body') @yield('before_content')
@yield('box_header')
@yield('content')
@yield('after_content') @endsection