@extends ('core.layouts.app') @section ('title', trans('labels.backend.currencies.management')) @section('page-header')

{{ trans('labels.backend.currencies.management') }}

@endsection @section('content')

{{ trans('labels.backend.currencies.management') }}

@include('focus.currencies.partials.currencies-header-buttons')
# {{ trans('currencies.currency') }} {{ trans('currencies.symbol') }} {{ trans('currencies.rate') }} {{ trans('labels.general.actions') }}
@endsection @section('after-scripts') {{-- For DataTables --}} {{ Html::script(mix('js/dataTable.js')) }} @endsection