@extends('layouts.admin') @section('content')

{{ __('create role') }}

{{ __('Go Back') }}
@if($errors->any())
@endif
@csrf
@endsection