@extends('layouts.main') @section('content')

All price tags

Add Tags
@foreach($price_tags as $pricetags) @endforeach
Name Buying Price Selling Price Action
{!! $pricetags->stock->name($pricetags->stock) !!} {{number_format($pricetags->buying_price,2)}} {{number_format($pricetags->salling_price,2)}} Edit
@endsection