@extends('layouts.admin') @section('title') @lang('Edit Currency') @endsection @section('breadcrumb')

@lang('Edit Currency')

@lang('Back')
@endsection @section('content')
@csrf @method('PUT')
{{ $currency->code }}
@if ($currency->default != 1)
@endif
@endsection