@extends('layouts.backend.master')
@section('title', 'Manage Tx URL')
@section('content')
@if(!empty($getTxUrl->id))
# |
{{__('Network') }} |
{{__('URL') }} |
{{__('Action') }} |
@if(!empty($getTxUrlData))
@foreach($getTxUrlData as $key => $txurl)
{{$loop->iteration}} |
{{ !empty($txurl->network) ? $txurl->network : '' }} |
{{ !empty($txurl->url) ? $txurl->url : '' }} |
|
@endforeach
@endif
@endsection
@push('scripts')
@endpush