@extends('layouts.admin') @section('content')
{{ trans('global.create') }} Tags
@csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.permission.fields.title_helper') }}
Add Devices To Tags
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('permissions'))
{{ $errors->first('permissions') }}
@endif {{ trans('cruds.role.fields.permissions_helper') }}
@endsection @section('scripts') @endsection