@extends('layouts.main') @section('title') {{ __('Currency') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{--
--}} {{-- {{ print_r($currencies) }} --}}
@can(['blog-update', 'blog-delete']) @endcan
{{ __('ID') }} {{ __('ISO Code') }} {{ __('Name') }} {{ __('Symbol') }} {{ __('Symbol Position') }} {{ __('Country') }} {{ __('Action') }}
@endsection