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

Silver Price List

Add
@include('sweetalert::alert') @php $i=0; @endphp @foreach ($result as $key) @endforeach
Sr No. Title Price Status Action
{{ ++$i }} {{ $key->silver_name }} {{ preg_replace("/\B(?=(\d{2})+(?!\d))/", ",", $key->price_per_gm) }} € {{ $key->status=='1' ? 'Active' : 'Inactive' }} Delete
@endsection