@extends('dashboard.layouts.master') @section('title', 'Business Ranking Controls | Admin Panel') @section('content') @include('sweetalert::alert') @if(Helper::canAccessModule('ranking_controls'))

Business Ranking Controls

Dashboard / Business Ranking Controls
@if(Helper::checkPermission('ranking_controls', 'create')) @endif
@if(Helper::checkPermission('ranking_controls', 'active') || Helper::checkPermission('ranking_controls', 'delete')) {{ Form::open(['route' => 'business-ranking-controls.updateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ Form::close() }} @endif
ID Parameter Name Weightage (%) Sort Order Status Options
{{-- Alert modal (no rows / no status selected) --}} {{-- Confirmation modal (yes / no) --}} @else @endif @endsection @push('after-scripts') @endpush