@extends('layouts.app_rest') @section('content')
@can('checkin.delete') @endif @can('checkin.create') Add New @endcan
@can('checkin.view')
Booking No Rooms Name Check In Check Out Total Amount Status Payment Status Action
@endcan
@endsection @section('javascript') @endsection