@extends('backend/layouts/default') {{-- Page title --}} @section('title') @lang('admin/hardware/form.update') :: @parent @stop {{-- Page content --}} @section('content')
@lang('general.back')

@lang('admin/hardware/form.bulk_update')

@lang('admin/hardware/form.bulk_update_help')

@lang('admin/hardware/form.bulk_update_warn', ['asset_count' => count($assets)])

{{ $errors->first('purchase_date', '
:message') }}
{{ Form::select('status_id', $statuslabel_list , Input::old('status_id'), array('class'=>'select2', 'style'=>'width:350px')) }} {{ $errors->first('status_id', '
:message') }}
{{ Form::select('rtd_location_id', $location_list , Input::old('rtd_location_id'), array('class'=>'select2', 'style'=>'width:350px')) }} {{ $errors->first('status_id', '
:message') }}
@foreach ($assets as $key => $value) @endforeach
@lang('button.cancel')
@stop