@extends('front.layouts.master') @section('title', $user->first_name.' profile') @section('content')
Logout

Hello {{$user->first_name}}!

@if(!empty($user->artwork->toArray()))

Your artworks

@endif

Your details

edit details
@stop @section('prizes') {{--
image description image description
image description image description
--}} @stop