@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.role.edit_role') !!}
{!! Form::model($role,['route' => ['dashboard.role.update',$role->id] , 'method' => 'PUT' , 'files' => true ,'class' => 'steps-validation wizard-circle','data-locale' => app()->getLocale() ]) !!} @include('dashboard.role.form',['btnSubmit' => trans('dashboard.general.edit')]) {!! Form::close() !!}
@endsection