@extends('master.app') @section('title', 'currency') @section('body')

currency Types

@foreach ($currency as $row) @endforeach
No Name En Name PS Name Dr Action
{{ $loop->iteration }} {{ $row->title_en }} {{ $row->title_ps }} {{ $row->title_dr }}
@include('configuration.currencies.modal') @endsection @section('pageJs') @endsection