@extends('layouts.master') @section('title', 'إنشاء رول جديد') @section('stylesheet') @endsection @section('content')
@foreach ($permissions as $permission)
@endforeach
@endsection @push('scripts') @endpush