@extends('layouts.default') @section('title', 'Gallery Master') @section('content')
User Details
User Device ID: {{ $user[0]->u_device_id }}
User Name: {{ $user[0]->u_user_name }}
Birth Date: {{ $user[0]->u_birth_date }}
Born City: {{ $user[0]->u_born_city }}
Gallery
{{--
--}}
@endsection @section('pagespecificscripts') @endsection