@extends('umrah.layouts.app')
@section('content')
General URL
- Documentation url
= {{action('AppsController@getDashboard')}}
- Login url
= {{action('AuthsController@getLogin')}}?session_token=
- Check Login url
= {{action('AuthsController@getCheckLogin')}}
- Logout url
= {{action('AuthsController@getLogout')}}
Umrah URL
- Stores Listing url
= {{action('AppsController@getStores')}}
- Vouchers Listing url
= {{action('AppsController@getVouchers', [1])}}
- Voucher Detail url
= {{action('AppsController@getVoucherDetail', [1])}}
- Voucher Claim url
= {{action('AppsController@getVoucherClaim')}}
- To Do List Categories url
= {{action('AppsController@getToDoListCategories')}}
- To Do Lists url
= {{action('AppsController@getToDoLists')}}
- To Do List (Single Page) url
= {{action('AppsController@getToDoListView', [1])}}
- Map Location url
= {{action('AppsController@getMap')}}
Store URL
- Search Result
{{action('AppsWebStoresController@getSearchResult')}}?secret_token={company_secret_token}&store_id={id_company}&search={search_value}
- Checkout
{{action('AppsWebStoresController@getCheckout')}}?secret_token={company_secret_token}&store_id={id_company}
- Dashboard
{{action('AppsWebStoresController@getDashboard')}}?secret_token={company_secret_token}&store_id={id_company}
- Category List
{{action('AppsWebStoresController@getCategoryList')}}?secret_token={company_secret_token}&store_id={id_company}
- Search Histories
{{action('AppsWebStoresController@getSearchHistory')}}?secret_token={company_secret_token}&store_id={id_company}
- Cart
{{action('AppsWebStoresController@getCart')}}?secret_token={company_secret_token}&store_id={id_company}
- My Page
{{action('AppsWebStoresController@getMypage')}}?secret_token={company_secret_token}&store_id={id_company}
- Login
{{action('AppsWebStoresController@getLogin')}}?secret_token={company_secret_token}&store_id={id_company}
- Logout
{{action('AppsWebStoresController@getLogout')}}?secret_token={company_secret_token}&store_id={id_company}
Utility Charges
- Dashboard
{{action('AppsUtilityChargesController@getDashboard')}}
- Payment History
{{action('AppsUtilityChargesController@getPaymentHistory')}}
- Apps Invoicing
{{action('AppsUtilityChargesController@getDashboard')}}
- Apps Invoicing_2
{{action('AppAccountingDashboardsController@getDashboard')}}
@endsection
@section('script')
@endsection