@extends('template.layouts.page') @section('title_postfix', __('Currencies')) @section('content_container_classes', 'container-sm') @section('content_header', __('Currencies')) @section('content') @if(isset($currency))
@method('PATCH') @else @endif
@if(isset($currency->id)) {{ __('Modify currency') }} @else {{ __('Add currency') }} @endif
auto_update == '1')) checked="checked" @endif >
@stop