@extends('layouts.app') @section('title', 'Client User') @section('content')
@forelse($tble_list as $list) @empty @endforelse
Sl No Unique Id Name Email Phone User Type Action
{{$i++}} {{ $list->user_uniqueid }} {{ $list->full_name }} {{ $list->email }} {{ $list->phone_no }} {{ isset($list->getUserType) ?$list->getUserType['user_type_name']: " " }}
@endsection @section('script') @endsection