@extends('admin.layout.app') @section('title', $pageTitle. " | LVT ") @section('content')
{{--

Danh mục app

--}}
Danh sách vai trò
@if(Auth::user()->role_id == 1) + Thêm mới @endif
{{--
--}} @if(Auth::user()->role_id == 1) @endif @if(Auth::user()->role_id == 1) @endif @foreach ($roles as $item) @if(Auth::user()->role_id == 1) @endif @endforeach
Role Name DescriptionHành động
Role Name DescriptionHành động
{{ $item->role_name }} {{ $item->description }}
@endsection @push('scripts') @endpush