@extends('layouts.master')
@section('title', 'Affiliated Fund')
@section('style')
@endsection
@section('script')
@endsection
@section('content')
@include('layouts.header')
@include('layouts.title')
| No. |
Affiliated Fund |
Manage |
@foreach($fund as $key=>$funds)
| {{ ++$key }} |
{{$funds->fund_name}} |
|
@endforeach
@include('layouts.footer')
@endsection