@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Guest Bill') @section('css') @endsection @section('content')
{{-- --}}
@csrf
Created At # # Bill Number Name Room Number Start Date End Date Checkin Checkout Segment Total Actions
@endsection @section('js') @endsection