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

Other Services Setup

Services List

@if(isset($forexlist)) @foreach($forexlist as $forex) @endforeach @endif
Service Code Service Name Company Normal Balance
{{$forex['deno_from']}} - {{$forex['deno_to']}} {{$forex['currency']}} {{$forex['transtype']}} {{$forex['value']}}
@endsection @section('js') @endsection