@extends('backend.layouts.app') @section('title', 'Retailer List') @section('page-title', 'Retailer List') @section('page-breadcrumb', 'Retailer List') @section('content')
Retailer List Add Retailer
@foreach($users_list as $user) @endforeach
UserId FullName ParentId MobileNo Created Date User Type Action
{{$user->user_id}} {{$user->first_name}} {{$user->last_name}} {{$user->parent_alias}} {{$user->mobile}} {{$user->created_at}} {{$user_type[$user->user_type]}} @if(Auth::user()->user_type>2) user_status =='1') checked @endif type="checkbox" onclick="ChangeStatus(this,this.id)"> @endif
@endsection @section('self_script') @endsection