@extends('layouts.master') @section('title') LT-99 :: เลือกหวยที่ต้องการตั้งค่า @endsection @section('sub_title') เลือกหวยที่ต้องการตั้งค่า :: สาขา: {{ $store->store_name }} @endsection @section('content')
@foreach ($lotteries as $lottery)

{{ $lottery->name }}

@if ($storeLotteries->contains($lottery)) {{-- Edit --}} แก้ไขอัตราส่วน ส่วนลด / เงินรางวัล @else {{-- Add new --}} ตั้งค่าอัตราส่วน @endif
@endforeach
@endsection @section('scripts') @endsection