@extends('layout.master') @section('pageTitle') Pawnshop Management System @endsection @section('metaCSRF') @endsection @section('contents')

Gold Value

Rates List

@if(isset($pawnvalue)) @foreach($pawnvalue as $value) @endforeach @endif
Code Type Purity Weight Value
{{$value['code']}} {{$value['type']}} {{$value['purity']}} {{$value['weight']}} {{$value['value']}}
Code Type Purity Weight Value
@endsection @section('js') @endsection