@include('backend/include/custom') @include('backend/include/head') @include('backend/include/datatableajax/tablelink') Additional Settings
@include('backend/include/sidebar') @include('backend/include/header')
@csrf
@php $location = DB::table('additionalsettings')->get(); @endphp
{{-- Location API Section --}}
Location API
where('location_api',1)->first() ? 'checked' : '' }}>
where('location_api',2)->first() ? 'checked' : '' }}>
{{-- Location Functionality Section --}}
Location Functionality
where('location_functlity',1)->first() ? 'checked' : '' }}>
where('location_functlity',2)->first() ? 'checked' : '' }}>
@include('backend/include/footer') @include('backend/include/datatableajax/tablescript')