@extends('layouts.app') @section('title', $title = __('device.add')) @section('content')
@csrf

{{ __('forms.patterns') }}

@endsection @include('devices.partial.script')