JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@extends('layouts.admin') @section('page-title') {{ __('UPI') }} @endsection @section('title') {{ __('UPI') }} @endsection @section('breadcrumb') @endsection @section('action-btn')
@endsection @section('content')
@foreach ($upiData as $upi) @endforeach
{{ __('#') }} {{ __('Name') }} {{ __('Link') }} {{ __('Status') }} {{ __('Created On') }} {{ __('Action') }}
{{ $loop->index + 1 }} {{ ucFirst($upi->payee_name) }} slug) }} target="_blank"> {{ url('/upi-qr/' .$upi->slug) }} {{$upi->slug }} {{$upi->is_enable == 1 ? 'Active' : 'Lock' }} {{ date_format($upi->created_at, 'd-m-Y') }}
{!! Form::open([ 'method' => 'POST', 'route' => ['upi-qr.duplicate',$upi->id], 'id' => 'duplicate-form-' .$upi->id, ]) !!} {!! Form::close() !!}
{!! Form::open([ 'method' => 'DELETE', 'route' => ['upi.destroy',$upi->id], 'id' => 'delete-form-' .$upi->id, ]) !!} {!! Form::close() !!}
@endsection @push('custom-scripts') @endpush