@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 Status Manage
{{ $funds->fund_order }} {{$funds->fund_name}} {{$funds->fund_status}}
@include('layouts.footer') @endsection