@extends('Frontend.Layouts.modal')
@section('title')
@stop
@section('body')
{!! Form::open(['route' => ['sharing_device.save_to_sharing', 'deviceId' => $deviceId], 'method' => 'POST']) !!}
{!! Form::label('sharing_id', trans('validation.attributes.sharing_id').':') !!}
{!! Form::select('sharing_id', $sharings, null, ['class' => 'form-control']) !!}
{!! Form::close() !!}
@stop