@extends('layouts.app') @section('title', __('currency.update_currency')) @section('content')
@include('layouts.session')
{{ __('currency.details') }}
{{-- CSRF Protection --}} @csrf @method('PUT')
Click here for Currency code (ISO 4217) use only3 letters.
is_company_currency) ? 'checked' : '' }}>
@endsection @section('js') @endsection