@extends('backend.layouts.master') @section('title') {{ __('Investors - Admin Panel') }} @endsection @section('styles') @endsection @section('admin-content')
@include('backend.layouts.partials.logout')

{{ __('Investors') }}

@include('backend.layouts.partials.messages')
# First Name Last Name Mobile Email Address Referred By Name Referred By Email Referred By Personal ID Status KYC Status Actions
@endsection @section('scripts') @endsection