@extends('main') @section('h_title', 'Add user') @section('users_view', 'active') @section('users_main', 'active') @section('users_show', 'show') @section('users_expanded', 'true') @push('css_cdn') @endpush @section('body')
All Users
@foreach($users as $data) @endforeach
SR No. Profile Role Name Email Phone Balance Country Status Created At Action
{{ $loop->iteration }} {{ $data->name }} {{ $data->name }} {{ $data->email }} {{ $data->phone }} {{ $data->balance }} BDT {{ $data->location }} {{ \Carbon\Carbon::make($data->created_at)->format('D, d M Y') }}
@endsection @push('js_cdn') @endpush @push('js') @endpush