@extends('layouts.master') @section('title','Currency') @section('breadcum') @endsection @section('maincontent')
{{ __('Back') }}
{{__('Currency')}}
@csrf
{{$currency->code}}
@endsection @section('script') @endsection