@extends('master.app') @section('title', 'Cash') @section('body') Define Exchange Rate New @include('general.valert') No Currency Afghani Rate Action @foreach ($data as $row) {{ $loop->iteration }} {{ $row->currency->title_ps }} {{ $row->rate_of_af }} @endforeach {{ $data->links('pagination::bootstrap-4') }} @include('configuration.exchange_rate.modal') @endsection @section('pageJs') @endsection