@extends('layouts.master') @section('title') {{ __('Edit Currency') }} @endsection @section('main_content')

{{ __('Edit Currency') }}

@can('currencies-read') {{ __('View List') }} @endcan
@csrf @method('put')
@endsection