@extends('layouts.master') @section('page-title', 'Manage Account') @section('page-top')

Manage Account

@endsection @section('page-content')
@if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@endsection