@extends('admin.layouts.master')
@section('main-content')
{{ $user->name }}
| {{ __('levels.code') }} |
{{ __('levels.name') }} |
{{ __('levels.date') }} |
{{ __('levels.status') }} |
{{ __('levels.action') }} |
@endsection
@section('css')
@endsection
@section('scripts')
@endsection