@extends('layouts.admin') @section('title') @lang('Add Role') @endsection @section('breadcrumb')

@lang('Add Role')

@lang('Back')
@endsection @section('content')
@csrf
@endsection