@extends('layouts.main')
@section("content")
@endsection
@section("components_declarations")
@include("currencies.currency_form")
@include("currencies.currency_info")
{{__("Currencies")}}
add
{{--
check
close
--}}
delete
|
|
@{{ props.item.name }} |
@{{ props.item.code }} |
edit
visibility
|
{{__("components.Sorry, nothing to display here")}} 😞
@{{ search }} {{__('components.not found')}} 😥
@{{ item.name }}
{{__("New Currency")}}
close
@{{ item.name }}
close
{{__("components.Confirm")}}
@{{confirmObject.text}}
{{__("components.Cancel")}}
{{__("components.Continue")}}
@{{ snackbar.text }}
Close
@endsection
@section("components_instances")
PageContent
@endsection