@extends('layouts.account') @section('content')
@hasSection('page-title')

@yield('page-title')

@endif
@yield('page-content')
@hasSection('page-footer') @endif
@endsection