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

@lang('Edit Currency')

@lang('Back')
@endsection @section('content')
@csrf
1 {{$gs->curr_code}}
{{$currency->code}}
@if ($currency->default != 1)
@endif
@if (access('update currency'))
@endif
@endsection