@extends('dashboard.layouts.master') @section('title',__('backend.labels')) @section('content')

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

{{ __('backend.dashboard') }} / {{ __('backend.settings') }} / {{ __('backend.labels') }}
{{Form::open(['route'=>'userlistUpdateAll','method'=>'post','id'=>'updateAll'])}}
{{ __('backend.labelKey') }} {{ __('backend.labelValue') }} {{ __('backend.options') }}
{{Form::close()}}
@endsection @push("after-scripts") @endpush