{{ $model ? __('user-roles.edit-'. $type) : __('user-roles.add-new-'. $type) }}
@extends('laratrust::panel.layout') {{-- @section('title', $model ? "Edit {$type}" : "New {$type}") --}} @section('title') {{ $model ? __('user-roles.edit-'. $type) : __('user-roles.add-new-'. $type) }} @endsection @section('content')