@extends('layouts.master') @section('title') LT-168 :: เลือกหวย @endsection @section('sub_title') เลือกหวย @endsection @section('content')
@foreach ($lotteries as $lottery) {{--

{{ $lottery->name }}

ใช้ระบบ
--}}

{{ $lottery->category_name }}

ใช้ระบบ
@endforeach
@endsection @section('scripts') @endsection