@extends('layouts.master') @section('title', 'TU GREATS List') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')

TU GREATS

{{--

Hello! This is Sandbox

--}}
TU GREATS
Add TU GREATS
@foreach ($tugreatslist as $i => $item) @endforeach
No. Code Name (Eng) Name (Thai)
{{ ++$i }} {{ $item->tugreats_code }} {{ $item->tugreats_name_en }} {{ $item->tugreats_name_th }} {{-- --}}
@include('layouts.footer') @endsection