@extends('layouts.main') @section('title') {{ __('Edit Currency') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
< {{ __('Back to All Currencies') }}
@method('PUT') @csrf id }}>
{{ __('Edit Currency') }}
symbol_position == 'left' ? 'checked' : '' }}>
symbol_position == 'right' ? 'checked' : '' }}>
@endsection @section('script') @endsection