@extends('layout') @section('title') Service @endsection @section('content') Service Home Service @include('flash-message') {{ $ServiceName }}{{ $InvSKU }} Save Change Basic Info Pricing Inventory Reward @method('PUT') @csrf Name* Photo Url Description* {{ $ServiceDescription ? $ServiceDescription : '' }} Category ` @foreach(App\Models\Category::where('CategoryFor', 'service')->get() as $cat) Id == $CategoriesId ? "selected" : "" }}>{{$cat->CategoryName}} @endforeach Category @foreach(App\Models\Tags::all() as $tag) Id, json_decode($TagsId)) ? "selected" : "" }}>{{$tag->TagsName}} @endforeach Price Unit Pcs Hour Day Month Discount Type 0 ? 'selected' : '' }}>Percentage 0 ? 'selected' : '' }}>Nominal Discount Value Price After Discount Tax Percentage % Price After Tax SKU* Is Resource Is Voucher Valid Until* Is Active Point @endsection @section('script') @endsection
{{ $InvSKU }}