@extends('master.back') @section('content') {{--
--}}
{{ __('Create Promotion') }}
{{ __('Back') }}
@include('alerts.alerts')
@csrf
{{ __('รายละเอียด') }} *
{{ __('รูปภาพ') }} *
{{ __('Upload Image...') }}
{{ __('Image Size Should Be 000 x 000. or square size') }}
{{-- setpromotion --}}
{{-- setpromotion --}}
{{ __('กลุ่ม โปรโมชั่น') }}
{{ __('Category') }}
{{--
--}}
- select all -
@foreach ($category as $c)
{{$c->name}}
@endforeach
{{ __('Subcategory') }}
- Select -
{{ __('Brand') }}
- select all -
@foreach (@$brand as $b)
{{$b->name}}
@endforeach
{{ __('Name') }}
search
{{ __('Products') }}
@if(@$type_ == 1)
กลุ่มสินค้าที่ซื้อ
กลุ่มสินค้าที่แถม
@endif
สินค้าที่ซื้อ(ชิ้น)
@if(@$type_ == 1) {{__('สินค้าที่แถม(ชิ้น)')}} @else {{__('จำนวนราคา(มูลค่า)ที่ลด ')}} @endif
ชื่อสินค้า
@if(@$type_ == 1)
หมวดหมู่
หมวดหมู่ย่อย
แบรนด์
ค้นหาชื่อ
ชื่อสินค้าที่แถม
@endif
@foreach(@$item as $i)
@if(@$type_ == 1)
{{$i->name}}
- select all -
@foreach ($category as $c)
{{$c->name}}
@endforeach
- Not -
- Not -
@foreach (@$brand as $b)
{{$b->name}}
@endforeach
- Not -
{{$i->name}}
@foreach (@$item as $i)
{{$i->name}}
@endforeach
@else
%
บาท
{{$i->name}}
@endif
@endforeach
{{ __('Save') }}
{{--
{{ __('Save & Edit') }}
--}}
@endsection