KUJUNTI.ID MINISH3LL
Path : /var/www/html/moneyexchange/resources/views/moneyExchangeList/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/moneyexchange/resources/views/moneyExchangeList/rateHistory.blade.php


@extends('layouts.main')
@section('content')
<div class="page-wrapper">
  <div class="page-breadcrumb">
    <div class="row">
      <div class="col-12 d-flex no-block align-items-center">
        <h4 class="page-title">{{__('message.money exchange rate list')}}</h4>
        <div class="ms-auto text-end">   
          <button class="btn btn-danger btn-sm" type="button" onclick="window.history.back();">
            <i class="fa fa-arrow-left"></i>
            {{__('message.back')}}
          </button>       
        </div>
      </div>
    </div>
  </div>
  <div class="container-fluid" style="padding-top: 0px;">
    <div class="row">
      <div class="col-12">        
        <div class="card">
          <div class="card-body">
             <form method="get" id="search-form">
                <input type="hidden" value="{{$perpage}}" name="perpage">
              </form>
            <div class="table-responsive">
              <table
                id="zero_config"
                class="table table-striped table-bordered">
                <thead>
                  <tr>
                    <th>#</th>
                    <th>{{__('message.date')}}</th>
                    <th>{{__('message.money exchange rate')}}</th>
                    <th>{{__('message.created by')}}</th>
                  </tr>
                </thead>
                <tbody>
                    @foreach($moneyExchangeRates as $index => $moneyExchangeRate)
                    <tr>
                        <td>{{$index+1}}</td>
                        <td title="{{$moneyExchangeRate->created_at}}">
                          {{ $moneyExchangeRate->created_at->format('d/m/Y H:i') }}
                        </td> 
                        <td class="credit">
                          {{-- {{$moneyExchangeRate->exchange_rate}} --}}
                          {{number_format($moneyExchangeRate->exchange_rate,($moneyExchangeRate->moneyExchangeList->exchangeToCurrency->decimal_precision??2)) }}
                        </td>
                        <td>{{$moneyExchangeRate->user->name??''}}</td>
                    </tr>
                    @endforeach
                </tbody>
              </table>
              <div class="rows">
                {{ $moneyExchangeRates->appends($_GET)->links() }} 
                @if($moneyExchangeRates->hasPages())
                  <select name="perpage" style="display: inline;border:1px solid #CCC;" onchange="loadPerPage();">
                    <option value="25" @if(isset($perpage) & $perpage==25) selected @endif>25</option>
                    <option value="50" @if(isset($perpage) & $perpage==50) selected @endif>50</option>
                    <option value="100" @if(isset($perpage) & $perpage==100) selected @endif>100</option>
                    <option value="150" @if(isset($perpage) & $perpage==150) selected @endif>150</option>
                    <option value="200" @if(isset($perpage) & $perpage==200) selected @endif>200</option>
                    <option value="250" @if(isset($perpage) & $perpage==250) selected @endif>250</option>
                    <option value="300" @if(isset($perpage) & $perpage==300) selected @endif>300</option>
                    <option value="350" @if(isset($perpage) & $perpage==350) selected @endif>350</option>
                    <option value="400" @if(isset($perpage) & $perpage==400) selected @endif>400</option>
                    <option value="1000" @if(isset($perpage) & $perpage==1000) selected @endif>1000</option>
                    <option value="1500" @if(isset($perpage) & $perpage==1500) selected @endif>1500</option>
                  </select>
                @endif
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
@endsection
@section('meta')
  <title>{{__('message.money exchange list')}}</title>
@endsection




© KUJUNTI.ID