@extends("layouts.admin.app") @section("page-nav-title")

{{__("Roles & Permissions")}}

{{__("create new role")}}

@endsection @section("content")

{{__("Create New Role")}}

@csrf
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror

@foreach($permissions as $permission)
id])) checked @endif>
@endforeach
@endsection @section("scripts") @endsection