@extends('layout.admin') @section('title') Investor Relations @endsection @section('content')
Investor Relation List
{{--
--}}
@if ($data->count() > 0) @php $i = 1; @endphp @foreach ($data as $d) @php $i++ @endphp @endforeach @else @endif
# Icon Name Url Actions
{{ $i }} {{ $d->name }}

{{ $d->name }}

{{ $d->url }}

No data found

@endsection @section('js-add') @endsection