@extends('layouts.admin') @section('style') @endsection @section('content')

Create New Role

@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@csrf
Name:
Permission:
@foreach ($permission as $value)
@endforeach
@endsection @section('script') @endsection