@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
@foreach($templates as $template)
@foreach($template->getVise() as $vise)