@extends('layouts.main') @section('content')
{{ csrf_field() }} {{ method_field('post') }}

{{ __('strings.select_an_user') }}

{{ __('strings.select_devices') }}

@foreach($devices as $device)
@endforeach
@endsection @push('scripts') @endpush