@extends('layouts.admin') @section('title') @lang('Add New Currency') @endsection @section('breadcrumb')

@lang('Add New Currency')

@lang('Back')
@endsection @section('content')
@include('admin.partials.form-both')
@csrf
1 {{$gs->curr_code}}
@endsection