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

Edit Role

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

@endsection