@extends('dashboard.layout') @section('content')

{{__('Virtual System')}}

@if(isset($system->fields)) @foreach ($system->fields as $item) prefix}}="{{$item['label'][$language->prefix]}}" @endforeach > @endforeach @endif
{{__('Label')}} {{__('Name')}} {{__('Type')}} {{__('Actions')}}
{{$item['label'][Config::get('app.locale')]}} {{$item['name']}} {{$item['type']}}
@foreach(Config::get('app.languages') as $language)
@endforeach
@endsection