{{ __('Investors') }}
@if (auth()->user()->can('investor.edit')) {{ __('Create New Investor') }} @endif
@include('backend.layouts.partials.messages')
| # | investor Id | First Name | Last Name | Mobile | Address | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $admin->referral_id }} | {{ $admin->first_name }} | {{ $admin->last_name }} | {{ $admin->mobile }} | {{ $admin->email }} | {{ $admin->address }} |
@if (auth()->user()->can('investor.edit'))
Upload Documents
Edit @endif @if (auth()->user()->can('investor.delete')) @endif |