@extends('admin.layout.master') @section('title','PRINT EDITOR') @section ('content') @section('custom_style') @endsection

Print View Editor

@csrf
@csrf
{{--
--}} {{--
--}}
{{-- @dd(explode(',', $item->field_name)) --}}
@php($fs = explode(',',$item->field_show)) @php($fn = explode(',',($item->field_name ? $item->field_name : ',,,,,,,,,,,,,,')))













{{--
--}} {{--
fraction_type == 1 ? 'checked' : '') }} name="fraction_type" id="fraction_type_1" value="1">
fraction_type == 2 ? 'checked' : '') }} name="fraction_type" id="fraction_type_2" value="2">
--}} {{--
--}}

show_balance == 1 ? 'checked' : '') }} name="show_balance" id="show_balance_1" value="1">
show_balance == 0 ? 'checked' : '') }} name="show_balance" id="show_balance_0" value="0">

show_zero_qty == 1 ? 'checked' : '') }} name="show_zero_qty" id="show_zero_qty_1" value="1">
show_zero_qty == 0 ? 'checked' : '') }} name="show_zero_qty" id="show_zero_qty_0" value="0">
@if (getDefaultSettings(null,2)->dual_unit != null)
@endif
@endsection @section('script') {{-- For Editor --}} {{-- End --}} @endsection