@extends('master_layout.app') @section('style') @endsection @section('content') Create New Role New Role New Role @csrf Name @error('name') {{ $message }} @enderror Description @error('description') {{ $message }} @enderror Status Active Inactive @error('status') {{ $message }} @enderror Create New Role @endsection