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

{{ __('Role') }}

{{ __('Add Role') }}

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@endsection