@extends('dashboard.layout.default') @section('page_title',trans("pages.currencies")) @section('content')
{{ $dataTable->table(['class' => 'table table-bordered']) }}

{{__('pages.change_default_currency')}}

@csrf
@endsection @push('js_scripts') {{ $dataTable->scripts() }} @endpush