@extends('layouts.app') @section('title', lang_trans('Create role')) @section('content')
@csrf @include('auth.role.form')
@endsection