@extends('seller.metronik.layout') @php $PaymentMethods = \App\Models\PaymentMethods::where('is_active',1)->where('is_show',1)->where('is_installment',1)->where('id','!=',3)->get(); @endphp @section('style') {{-- //step3--}} {{-- //gradebox--}} @endsection @section('script') {{-- //step3--}} @endsection @section('content')
{{ number_format($product->price).' تومان ' }}
@if($product->hasStock()) @else ناموجود @endif