@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk')
@section('title', 'Company Bill')
@section('css')
@endsection
@section('content')
# |
@if(\Auth::user()->role == 1)
Hotel |
@endif
Nama Perusahaan |
No Invoice |
Total |
{{-- Total Deposit | --}}
Status Bill |
Jatuh Tempo |
Actions |
@endsection
@section('js')
@endsection