@extends('layouts.base') @section('title', $title) @section('body-class', 'antialiased') @section('content') {{ $slot }} @endsection