@extends('back.layouts.main') @section('title' , 'View Shop product '.$model->id) @section('content')
Shop | {{$model->shop_id}} |
---|---|
Product | {{$model->product_id}} |
Price | {{$model->price}} |
Old price | {{$model->old_price}} |
Is active | @if($model->is_active=='1') @else @endif |