view bug
This commit is contained in:
parent
d116c1b961
commit
89e2614e5b
|
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
@endforeach
|
||||
{!!Form::submit('{{__("ClientSide.buy_ticket")', ['class' => 'btn btn-lg btn-danger'])!!}
|
||||
{!!Form::submit(trans('ClientSide.buy_ticket'), ['class' => 'btn btn-lg btn-danger'])!!}
|
||||
{!! Form::close() !!}
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -77,4 +77,4 @@
|
|||
});
|
||||
|
||||
</script>
|
||||
@endpush
|
||||
@endpush
|
||||
|
|
|
|||
Loading…
Reference in New Issue