@extends('layouts.app') @section('styles') @endsection @section('content')

{{ __('Roles') }}

@role('admin')
@endrole
{{ __('Name') }} {{ __('Coding reference') }} {{ __('Description') }} {{ __('Updated At') }} {{ __('Actions') }}
@role('admin')
{{ __('Name') }} {{ __('Coding reference') }} {{ __('Description') }} {{ __('Updated At') }} {{ __('Actions') }}
@endrole
@endsection @push('scripts') @endpush