@extends('backend.layouts.master') @section('title', __('static.currency.edit')) @section('content')
{{ __('static.currency.edit') }}
@csrf @method('PUT') @include('backend.currency.fields')
@endsection