@extends('crudbooster::admin_template') @section('content')
| Full Name | User Name | Register on | Action | ||
|---|---|---|---|---|---|
| {{$row->first_name}} {{$row->last_name}} | {{$row->username}} | {{$row->email}} | {{ date("F jS, Y", strtotime($row->created_at)) }} | {{--View Details | --}}
{!! urldecode(str_replace("/?","?",$result->appends(Request::all())->render())) !!}
@endsection