@extends(adminLayout()) @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
{{__lang('currencies-help')}} {{__lang('currency-setup')}} {{strtolower(__lang('page'))}}
@csrf
@foreach($rowset as $row) @endforeach
{{__lang('currency')}}
{{ $row->country->currency_name }} - {{ $row->country->currency_code }} {{__lang('remove')}}
@endsection