serahan laporan update

This commit is contained in:
MUHD HAFIFIE
2021-04-13 12:11:19 +08:00
parent 4376e164b8
commit 59a2a6dd57
5 changed files with 575 additions and 3 deletions
@@ -124,6 +124,7 @@
<div class="card-body">
<a href="{{ route('laporan.serahanteller') }}" class="btn btn-primary">Teller Serahan</a>
<nav>
<div class="nav nav-tabs mb-4" id="nav-tab" role="tablist">
<a class="nav-item nav-link active" id="nav-home-tab" data-toggle="tab" href="#nav-home" role="tab" aria-controls="nav-home" aria-selected="true">Tunai</a>
@@ -284,6 +285,7 @@
}
let pusherenv = "{{ env('PUSHER_APP_KEY') }}";
let laporanroute = "{{ route('laporan.serahanteller') }}";
</script>
<script src="{{ asset('js/main.js') }}"></script>
@endsection