@extends('layouts.master') @section('title') Permission @endsection @section('extra-css') @endsection @section('index')

Add New Role

@csrf
@error('name') @enderror
@error('permission') @enderror
@endsection @section('extra-script') @endsection