@extends('layouts.master') @section('title','Payment Currency') @section('sub_page','Currency Setting') @section('page') Payment Currency @endsection @section('main-content') @include('admin.section.flash_message') Dashboard Currency Setting @csrf Choose Payroll Currency * Choose Payroll Currency @foreach(\App\Helpers\PaymentCurrencyHelper::CURRENCY_DETAIL as $key => $value) code) == $value['code']) ? 'selected': '' }}> {{$value['symbol']}} ({{$value['name']}} - {{$value['code']}}) @endforeach Submit @endsection @section('scripts') @endsection