@extends('layouts.software') @section('body')
Currency Master
@foreach ($currencies as $currency) @endforeach
Currency ID Currency Detail Currency Decimal Action
{{$currency->currency_id}} {{$currency->currency_detail}} {{$currency->currency_decimal}} @if (!$currency->trashed()) @else Deleted @endif
@endsection