@extends('dashboard.layouts.master') @section('title','Labels') @section('content') @if(\Helper::canAccessModule('labels'))
@if (\Helper::checkPermission('labels', 'create')) @endif
{{Form::open(['route'=>'userlistUpdateAll','method'=>'post','id'=>'updateAll'])}}
{{ __('backend.labelKey') }} {{ __('backend.labelValue') }} Label Type {{ __('backend.options') }}
{{Form::close()}}
@endsection @else @endif @push("after-scripts") @endpush