@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.role.add_role') !!}
{!! Form::open(['route' => 'dashboard.role.store' , 'method' => 'POST' , 'files' => true ,'class' => 'steps-validation wizard-circle','data-locale' => app()->getLocale()]) !!} @include('dashboard.role.form',['btnSubmit' => trans('dashboard.general.save')]) {!! Form::close() !!}
@endsection