@extends('layouts.admin') @section('title', tr('view_user')) @section('content-header', tr('view_user')) @section('breadcrumb')
  • {{ tr('home') }}
  • {{ tr('users') }}
  • {{ tr('view_user') }}
  • @endsection @section('content')
    @include('notification.notify')
    User Avatar

    {{ $user_details->name }}

    {{ tr('user') }}
    @endsection