@extends('lap::layouts.app') @section('body-class', 'bg-grey') @section('parent-content')

{{ config('app.name') }}

@yield('child-content')
@endsection