@extends('admin.layouts.app') @section('title', 'Create Role') @section('content')
ADD ROLE
@csrf
@error('name') {{ $message }} @enderror
@endsection