diff --git a/resources/views/backstage/concerts/create.blade.php b/resources/views/backstage/concerts/create.blade.php index d4fe5c5..975a53a 100644 --- a/resources/views/backstage/concerts/create.blade.php +++ b/resources/views/backstage/concerts/create.blade.php @@ -6,7 +6,7 @@

Add a concert

-
+ {{ csrf_field() }} @if ($errors->any()) @@ -171,6 +171,30 @@ +
+
+
+
+
+

Concert Poster

+

+ Have a sweet poster for this concert? Upload it here and it'll be included on the checkout page. +

+
+
+
+
+
+
+ + +
+
+
+
+
+
+
diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/storage/framework/testing/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore