@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{--

ส่วนลด

--}}
 
{{--
--}}
@php $on = 'checked="checked"'; $off = ''; if (!empty($discount)) { if (!empty($discount->discount_type) && $discount->discount_type == 1) { $on = 'checked="checked"'; } else { $off = 'checked="checked"'; } } @endphp
@php $on = 'checked="checked"'; $off = ''; if (!empty($discount)) { if (!empty($discount->status) && $discount->status == 1) { $on = 'checked="checked"'; } else { $off = 'checked="checked"'; } } @endphp
@endsection('content') @section('scripts') @endsection