@extends('layouts.admin_layout.admin_layout')
@section('content')
| Sl.No |
Price in Words |
Price in Number |
Product key |
Action |
@foreach($contents as $content)
| {{ $no++ }} |
{{$content->prdct_name}} |
{{$content->prdct_price}} |
{{$content->prdct_key}} |
mode_edit
delete
|
@endforeach
@endsection