@extends('layouts.pdf') @section('content')
| {{__('commons.name')}} | {{ $module->name }} |
|---|---|
| {{__('adminPrivilege.slug')}} | {{ $module->slug }} |
| {{__('adminPrivilege.fa_icon')}} | {{ $module->fa_icon }} |
| {{__('commons.status')}} | {{ $module->status }} |
| {{__('commons.sorting')}} | {{ $module->sorting }} |
| {{__('commons.created_at')}} | {{ $module->created_at }} |
| {{__('commons.update_at')}} | {{ $module->updated_at }} |