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

Create Role

@csrf
@if ($errors->has('role_name')) {{ $errors->first('role_name') }} @endif
@endsection