@extends('admin.layouts.app')
@section('title', __('admin.dashboard'))
@section('heading', __('admin.dashboard'))
@section('content')
@feature('repair_products')
@include('admin.partials.currency-rates', [
'currencyEur' => $currencyEur,
'currencyIrr' => $currencyIrr,
'currencyRates' => $currencyRates,
'currencyRatePreview' => $currencyRatePreview,
])
@endfeature
@endsection