This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
@include('layouts.partials._head') | |
</head> | |
<body class="admin_wrapper_main"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : ObjectId("56b04362fd7851ec108b46d7"), | |
"firstname" : "Jasmine", | |
"lastname" : "Lee", | |
"email" : "[email protected]", | |
"password" : "$2y$10$r6v9Bgc9UI0G5RC3M884ZulmpeqMLtLG.8JG5i9bNXGKMzq/jMcWm", | |
"email_verified" : NumberLong(1), | |
"profile_verified" : NumberLong(0), | |
"verification_token" : "", | |
"updated_at" : ISODate("2016-03-03T03:57:14.113Z"), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : ObjectId("56b04362fd7851ec108b46d7"), | |
"firstname" : "Jasmine", | |
"lastname" : "Lee", | |
"email" : "[email protected]", | |
"password" : "$2y$10$r6v9Bgc9UI0G5RC3M884ZulmpeqMLtLG.8JG5i9bNXGKMzq/jMcWm", | |
"email_verified" : NumberLong(1), | |
"profile_verified" : NumberLong(0), | |
"verification_token" : "", | |
"updated_at" : ISODate("2016-03-03T03:57:14.113Z"), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"AF" => "Afghanistan", | |
"AL" => "Albania", | |
"DZ" => "Algeria", | |
"AS" => "American Samoa", | |
"AD" => "Andorra", | |
"AO" => "Angola", | |
"AI" => "Anguilla", | |
"AQ" => "Antarctica", | |
"AG" => "Antigua and Barbuda", | |
"AR" => "Argentina", |