@extends('account.my-account') @section('content')
{{--

Buy Spare Parts

--}}
@include('common.spacer')
@if (Session::has('flash_notification'))
@include('flash::message')
@endif
@if (Session::has('message'))

Post Successfully Posted

@endif
@endsection