@extends('front.layouts.master') @section('title', 'Create Artwork') @section('content') @if(!empty(Session::get('editArtwork'))) @endif

Select your canvas

shape
    @foreach($shapes as $key=>$shape)
  • {{$shape->name}}
  • @endforeach