@extends('layouts.app') @section('content')

Investors

@csrf
@foreach($investors as $investor) @endforeach
Name Father Name CNIC Actions
{{ $investor->name }} {{ $investor->father_name }} {{ $investor->cnic }} View
@foreach($investors as $investor) @endforeach @endsection