@extends('layouts.master')
@section('title', 'type List')
@section('style')
@endsection
@section('script')
@endsection
@section('content')
@include('layouts.header')
Activity Type
{{-- Hello! This is Sandbox
--}}
| No. |
Code |
Name (Eng) |
Name (Thai) |
|
@foreach ($typelist as $i => $item)
| {{ ++$i }} |
{{ $item->type_code }} |
{{ $item->type_name_en }} |
{{ $item->type_name_th }} |
{{--
--}}
|
@endforeach
@include('layouts.footer')
@endsection