@extends('layouts.master') @section('title', trans('messages.settings')) @section('links') @endsection @section('content')

{!! trans('messages.general') !!}{!! trans('messages.settings') !!}

@if(Entrust::can('settings'))
@php $i=1; @endphp @foreach($pakages as $pkg) @php $i++; @endphp @endforeach
SlNoNameShort NameOptions
{{ $i }}{{ $pkg->name }} {{ $pkg->short_name }}
@endif
@endsection @section('scripts') @endsection