@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',['current' => trans('dashboard.role.add_role')]) {!! Form::close() !!}
@endsection