@extends('admin.master') @section('title',@trans('Edit Currency')) @section('content')

@trans('Currencies')

@csrf @method('put')

@foreach ($languages as $index => $locale) {{-- title ------------------------------------------------------------------------------------- --}}
@if ($errors->has('locales'))
{{ $errors->first('locales') }}
@endif
@if ($errors->has($locale . '.title')) {{ $errors->first($locale . '.title') }} @endif
@endforeach

@error('code') {{ $message }} @enderror
@error('currency_difference') {{ $message }} @enderror
status == 1) name="status">
@endsection