@extends('admin.layouts.master') @section('title', __('static.currencies.currencies')) @section('content')

{{ __('static.currencies.currencies') }}

@can('currency.create') @endcan
@endsection