@extends('layouts.master')
@section('title', 'Researcher Project List')
@section('style')
@endsection
@section('script')
@endsection
@section('content')
@include('layouts.header')
@include('layouts.header-sub')
Project of {{ $researcher->researcher_title.' '.$researcher->researcher_fullname }}
| No. |
Project Code |
Project Name |
Agancy |
Budget |
Owner |
Duration From |
Duration To |
Extented Date |
Currency |
|
@include('layouts.footer')
@endsection