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


@foreach ($contracttype as $key => $contract) @endforeach
No. Name (EN) Name (TH) Manage
{{ $key + 1 }} {{ $contract->contract_type_name_en }} {{ $contract->contract_type_name_th }}
@include('layouts.footer') @endsection