@extends('layouts.account') @section('title', __('Public profile')) @section('heading', __('Public profile')) @section('subheading', __('Everything on this page is shown to buyers.')) @section('actions') {{ __('View it') }} @endsection @section('account')
@csrf @method('PUT')

{{ __('Who you are') }}

{{ __('Imagery') }}

{{ __('How buyers reach you') }}

{{ __('Where you work') }}

{{ $profile->isVerified() ? __('Verification') : __('Get verified') }}
@endsection