芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Prescribe/online_user.blade.php
@extends('layouts.app') @section('title', 'Joruri Doctor | Online User') @section('content')
@include('layouts.header_menu')
Results for "All Online Users"
Name
Mobile
Email
Thana
Union
Join Date
Image
Action
@foreach($online as $result)
{{$result->customer_name}}
{{$result->customer_mobile}}
{{$result->customer_email}}
{{$result->thana->name}}
{{$result->union->name}}
{{$result->created_at->format('d-M-Y')}}
@if(date("Y-m-d") < $result->end_date)
Active
@else
Deactive
@endif
@endforeach
@endsection