@extends('admin.master_layout') @section('title') {{ __('translate.Create currency') }} @endsection @section('body-header')

{{ __('translate.Create currency') }}

{{ __('translate.Manage Currency') }} >> {{ __('translate.Create currency') }}

@endsection @section('body-content')
@csrf

{{ __('translate.Create currency') }}

{{ __('translate.Currency List') }}
@endsection