@extends('layouts.admin') @section('content')
@include('admin.application_settings.sidebar')

{{ __('Edit Currency') }}

{{ __('Back') }}
@csrf @method('patch')
@if ($errors->has('currency_code')) {{ $errors->first('currency_code') }} @endif
@if ($errors->has('symbol')) {{ $errors->first('symbol') }} @endif
@if ($errors->has('currency_placement')) {{ $errors->first('currency_placement') }} @endif
current_currency == 'on' ? 'checked' : '' }}>
@updateButton
@endsection