@extends('layouts.master') @section('title', 'Letter of Support (Thai) View') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')

รายละเอียดคำขอหนังสือรับรองโครงการวิจัย

ข้อมูลทั่วไป
{{ Auth::user()->name ?? '-' }}
{{ Auth::user()->department ?? '-' }}
{{ $data->project_position ?? '-' }}
{{ $data->project_role_th ?? '-' }}
{{ $data->project_name_th ?? '-' }}
{{ $data->funding_source ?? '-' }}
{{ $data->expected_benefit_th ?? '-' }}

@include('layouts.footer') @endsection