@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('core::general.currency',1) }} @endsection @section('content') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('core::general.currency',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('core::general.currency',2) }} {{ trans_choice('core::general.edit',1) }} {{ trans_choice('core::general.currency',1) }} {{csrf_field()}} {{trans_choice('core::general.name',1)}} @error('name') {{ $message }} @enderror {{trans_choice('core::general.symbol',1)}} @error('symbol') {{ $message }} @enderror {{trans_choice('core::general.code',1)}} @error('code') {{ $message }} @enderror {{trans_choice('core::general.position',1)}} {{trans_choice('core::general.left',1)}} {{trans_choice('core::general.right',1)}} @error('position') {{ $message }} @enderror @endsection @section('scripts') @endsection