@extends('layouts.master') @section('title',__('index.payment_currency')) @section('sub_page',__('index.currency_setting')) @section('page') {{__('index.payment_currency')}} @endsection @section('main-content') @include('admin.section.flash_message') {{ __('index.dashboard') }} {{ __('index.currency_setting') }} @csrf {{ __('index.payroll_currency') }} * {{ __('index.choose_payroll_currency') }} @foreach(\App\Helpers\PaymentCurrencyHelper::CURRENCY_DETAIL as $key => $value) code) == $value['code']) ? 'selected': '' }}> {{$value['symbol']}} ({{$value['name']}} - {{$value['code']}}) @endforeach @can('payment_currency') {{ __('index.submit') }} @endcan @endsection @section('scripts') @endsection