@extends('layouts.dashboard_app') @section('title') home | sinet @endsection @section('dashboard_style') @endsection @section('dashboard_content')

Starter

Dashboard
  • {{ $total_user }}
  • The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. The core library provides the based framework upon which plug-ins can built.

    Send Mail @if (session('status')) @endif @foreach ($users as $user) @endforeach
    SL. NO Id Name Email address Created At
    {{ $loop->index + 1 }} {{ $user->id }} {{ $user->name }} {{ $user->email }}
  • Date-> {{ $user->created_at->format('d-m-Y') }}
  • Time-> {{ $user->created_at->timezone('asia/dhaka')->format('h:i A') }}
  • Time-> {{ $user->created_at->diffForHumans() }}
  • @endsection @section('dashboard_plugin') @endsection @section('dashboard_script') @endsection