@extends('layouts.master') @section('content')
{{ trans('global.create') }} {{ trans('cruds.finger_device.title_singular') }}
@csrf
@if($errors->has('name')) {{ $errors->first('name') }} @endif {{ trans('cruds.finger_device.fields.name_helper') }}
@if($errors->has('ip')) {{ $errors->first('ip') }} @endif {{ trans('cruds.finger_device.fields.ip_helper') }}
@endsection