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

Forex Setup

Forex List

@if(isset($forexlist)) @foreach($forexlist as $forex) @endforeach @endif
Denomination Currency Transaction Value
{{$forex['deno_from']}} - {{$forex['deno_to']}} {{$forex['currency']}} {{$forex['transtype']}} {{$forex['value']}}
Denomination Currency Transaction Value
@endsection @section('js') @endsection