@extends('layouts.frontend') @section('content')

My Account

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@endsection