@extends('layouts.app') @section('content')
{{ _lang('Add New') }}
@foreach($roles as $role) @endforeach
{{ _lang('Name') }} {{ _lang('Description') }} {{ _lang('Action') }}
{{ $role->name }} {{ $role->description }}
@endsection