@extends('layouts.app') @section('title',' - ข้อมูลลูกค้า') @section('add_to_head') @endsection @section('content')
@csrf
{!! Form::close() !!}
@if (isset($data) and $data->count() >0) @foreach($data as $row) @endforeach
หมายเลขวัว พันธุ์ เพศ สถานะขาย วันที่จอง วันที่จ่ายเงิน วันที่ส่งวัว ใบประวัติ
{{ $row->private_herd_no }} {{ $row->breed_text }} {{ $row->sex_text }} {{ $row->description }} {{ ConvertFromMYSQLDateToThai($row->last_sale_date) }} {{ ConvertFromMYSQLDateToThai($row->last_sale_date) }} {{ ConvertFromMYSQLDateToThai($row->last_sale_date) }}
@endif
@endsection