@extends('dashboard.layouts.master') @section('title', 'Business Ranking Controls| Admin Panel') @push('after-styles') @if(Helper::checkPermission('ranking_controls', 'show')) @endpush @section('content')

{{ __('backend.showrankingControls') }}

{{ __('backend.dashboard') }} / {{ __('backend.rankingControls') }} / {{ __('backend.showrankingControls') }}
{{ Form::open(['route' => ['business-ranking-controls.update'], 'method' => 'POST', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'storeForm']) }}
@else @endif @endsection @push('after-scripts') @endpush