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

{{$title}}

@foreach($system->fields as $field) @if($field['display']==1) @endif @endforeach @foreach($system->fields as $field) @if($field['display']==1) @endif @endforeach
#{{$field['label'][Config::get('app.locale')]}}{{__('Actions')}}
@if(\Gate::check('new-'.$system->slug) || \Gate::check('root-access') ) {{__('Add New')}} @endif
@endsection