tebus separuh

This commit is contained in:
afiq
2021-02-28 11:05:42 +08:00
parent f10749b1c4
commit b674864086
12 changed files with 78 additions and 41 deletions
+11 -5
View File
@@ -6,10 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
// $(document).ready(function () {
// window.print();
// window.onfocus=function(){ window.close();}
// });
$(document).ready(function () {
window.print();
window.onfocus=function(){ window.close();}
});
</script>
<style>
@@ -1091,7 +1091,13 @@
<table>
<tr>
<td>Penilai</td>
<td>{{ $gadai_detail['penilai'] }}</td>
<td>
@if($gadai_detail['penilai'] == '')
{{ $auth_username }}
@else
{{ $gadai_detail['penilai'] }}
@endif
</td>
</tr>
<tr>
<td>Tarikh Gadai</td>