@extends('admin.template') @section('title') Network Currency List @endsection @section('active-link') Network Currency List @endsection @section('css') {{----}} {{-- --}} @endsection @section('content')
@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
Network Currency List
Add New CurrencyNetwork
@php $i = 1; @endphp @foreach($networkCurrencies as $data) @php $i++; @endphp @endforeach
# Currency Network Crypto Address Image Status Action
{{$i}} {{strtoupper($data->currency)}} {{strtoupper($data->network)}} {{$data->admin_crypto_address}} @if($data->status == 1) Active @else Disabled @endif
{{ csrf_field() }} @method('DELETE')
{{--
--}} @endsection('content') @section('js') {{-- --}} {{-- --}} @endsection('js')