@extends('layouts.app') @section('page_title', __('app.config')) @section('content')
@csrf
{{ __('app.company_config') }}
{{ __('app.invoice_config') }}
{{ __('app.fuel_price_config') }}
@foreach($fuelTypes as $fuel)@endforeach
{{ __('app.fuel') }}{{ __('app.purchase_price') }}{{ __('app.sale_price') }}{{ __('app.low_stock_alert') }}{{ __('app.active') }}
{{ $fuel->name_en }}is_active)>
{{ __('app.currency_config') }}
@foreach($currencies as $currency)@endforeach
{{ __('app.currency') }}{{ __('app.rate') }}{{ __('app.active') }}
{{ $currency->code }} - {{ $currency->name }}is_active)>
{{ __('app.easy_mode') }}
@endsection