@extends('layouts.base') @section('content') @isset($header)
{{ $header }}
@endisset
{{ $slot }}
@endsection