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

Edit Role Back

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@endsection