@extends('template.layouts.page') @section('title_postfix', __('Currencies')) @section('content_container_classes', 'container-fluid') @section('content_header', __('Currencies')) @section('content')
{{ __('List of currencies') }}
@include('template.components.model-delete-form') @stop