@extends('admin.layout.master') @section('content')
{{ Session::get('success') }}
{{ Session::get('errors') }}
| Username | Phone | Reason | Date |
|---|---|---|---|
| {{$val->username }} | {{$val->mobile_country_code}} {{$val->mobile_number}} | @if($val->reason_id == 0 || $val->other_reason != '') @if($val->other_reason == NULL || $val->other_reason == '') N/A @else {{$val->other_reason}} @endif @else {{$val->getRejectReason['reason']}} @endif | {{date('d-m-Y H:i:s', strtotime($val->updated_at))}} |