@extends('Frontend.Layouts.modal_full') @section('title') {!!trans('front.camera')!!} @stop @section('body')
{{trans('front.objects')}}
@include('Frontend.Objects.itemsSimple')
@if ( Auth::User()->perm('camera', 'edit') )
{!!Form::open(['route' => 'send_command.gprs', 'method' => 'POST', 'id' => 'requestPhoto'])!!} {!!Form::hidden('id')!!} {!!Form::hidden('device_id')!!} {!!Form::hidden('type', 'requestPhoto') !!}
{!!Form::close()!!}
@endif
{{trans('front.images')}}
@stop