@extends('layouts.master') @section('title', 'Affiliated Fund') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.title')
@yield('title')


@foreach($fund as $key=>$funds) @endforeach
No. Affiliated Fund Manage
{{ ++$key }} {{$funds->fund_name}}
@include('layouts.footer') @endsection