@extends('layouts.appUi') @section('title') อัตราจ่าย @endsection @section('header')
อัตราจ่าย
@endsection @section('customStyle') @endsection @section('content')
{{--

อัตราจ่าย

--}} @if (!$payRates->count())

ไม่มีข้อมูลอัตราจ่าย

@endif
@foreach ($payRates as $payRate) @endforeach
{{-- --}}
@endsection {{-- @section('footer') @endsection --}}