@extends('templates.structure')
@section('custom_css')
@endsection
@section('content')
No. |
Location Name |
Facility |
Time (Till one hour) |
Client |
Created By |
Date Booked |
@endsection
@section('custom_js')
{{-- --}}
@endsection
@section('addCustomInfo')
if(v.name == 'status'){
if(valuename == 2){
valuename = 'Canceled';
}
if(valuename == 1){
valuename = 'Active';
}
}
if(v.name == 'total_slots'){
keyname = 'Deductions_rates'
}
@endsection