@extends('layouts.master') @section('page-title', 'Account') @section('page-top') Account Home Account @endsection @section('page-content') {{ $slot }} @endsection