@extends('layouts.master') @section('title', 'expectedresearch') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')


@foreach($expected_research as $key=>$new_expected_research) @endforeach
No. Expected Research
{{ ++$key }} {{ $new_expected_research->expected_research_name }}
@include('layouts.footer') @endsection