@extends('admin.layout.master') @section('styles') @stop @section('content-header')

Manage Users Preview User

@stop @section('content')
@include('admin/users/details')
@stop