@extends('layouts.default') @section('title', 'User Master') @section('content')
@if ($errors->any()) @endif @if (session()->has('message')) @endif

User List

User Device ID User Name Birth Date Born City Actions
@endsection @section('pagespecificscripts') @endsection