@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.bulk.delete.header', ['object_type' => trans_choice('general.location_plural', $valid_count)]) }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{{csrf_field()}}

{{ trans_choice('general.bulk.delete.warn', $valid_count, ['count' => $valid_count,'object_type' => trans_choice('general.location_plural', $valid_count)]) }}

@foreach ($locations as $location) assets_count > 0 ) ? ' class="danger"' : '') !!}> @endforeach
{{ trans('general.name') }}
isDeletable()) ? ' checked="checked"' : ' disabled') !!}> {{ $location->name }}
@stop @section('moar_scripts') @stop