@extends('layouts.app') @section('title', 'Permissions List') @section('content')
@livewire("permissions-list")
@endsection