@extends('layouts.manage')
@section('title')
@lang('Add Role')
@endsection
@section('page-header-title')
@lang('Add Role') @lang('View Roles')
@endsection
@section('page-header-description')
@lang('Add New Role') @lang('Go Back')
@endsection
@section('content')
@include('partials.manage.roles.create')
@endsection