forgot offline payment module
This commit is contained in:
parent
94ac9fb11a
commit
afa00aad2a
@ -80,7 +80,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('stylesheet')
|
@push('stylesheet')
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.install-loading-bar {
|
.install-loading-bar {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
@ -105,9 +105,9 @@
|
|||||||
padding: 28% 40%;
|
padding: 28% 40%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('.method-edit').on('click', function() {
|
$('.method-edit').on('click', function() {
|
||||||
@ -166,4 +166,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user