File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
@include (' layouts.topnav' )
6
6
7
7
<div id =" layoutSidenav" >
8
-
8
+
9
9
@include (' layouts.sidenav' )
10
10
<div id =" layoutSidenav_content" >
11
11
<main >
26
26
<div class =" card mb-4" >
27
27
<div class =" card-header" >Campaign Details</div >
28
28
<div class =" card-body" >
29
-
29
+
30
30
@if ($pageconfig [' campaign' ] == null )
31
31
<form method =" POST" >
32
32
<input type =" hidden" name =" fp" value =" 1" >
40
40
<strong >{{ $message } } </strong >
41
41
</span >
42
42
@enderror
43
- </div >
43
+ </div >
44
44
<div class =" form-group"
45
45
><label class =" small mb-1" for =" inputUrl" >URL:</label >
46
46
<input class =" form-control py-4 @error (' url' ) is-invalid @enderror " id =" inputUrl" type =" text" placeholder =" Enter URL..." name =" url" value =" {{ old (' url' ) } }" required autofocus />
50
50
<strong >{{ $message } } </strong >
51
51
</span >
52
52
@enderror
53
- </div >
53
+ </div >
54
54
<div class =" form-group d-flex align-items-center justify-content-between mt-4 mb-0" ><a class =" small" href =" /viewcampaigns" >Previous Campaigns</a ><button type =" submit" class =" btn btn-primary" >Create Campaign</button ></div >
55
55
</form >
56
56
@else
57
57
58
58
<div class =" form-group"
59
59
><label class =" small mb-1" for =" inputCode" >Campaign name:</label >
60
60
<input class =" form-control" value =" {{ $pageconfig [' campaign' ]-> qrcode } }" id =" inputCode" type =" text" readonly =" readonly" />
61
- </div >
61
+ </div >
62
62
63
63
<div class =" form-group"
64
64
><label class =" small mb-1" for =" inputUrl" >URL:</label >
65
65
<input class =" form-control" value =" {{ $pageconfig [' campaign' ]-> url } }" id =" inputUrl" type =" text" readonly =" readonly" />
66
- </div >
66
+ </div >
67
67
68
68
@endif
69
69
84
84
85
85
</div >
86
86
</div >
87
-
87
+
88
88
89
89
</main >
90
90
@include (' layouts.footer' )
You can’t perform that action at this time.
0 commit comments