@extends('layouts.lookatme') @section('title', trans('message.my_profile')) @section('content')

{{trans('message.how_to_purchase')}}


@include('templates.lookatme.components.alert') @if($errors->first('comment'))
{{ $errors->first('comment') }}
@endif
@endsection