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

Account

@endsection @section('page-content')
{{ $slot }}
@endsection