@extends('admin.template') @section('title') Network Currency @endsection @section('active-link') Network Currency List @endsection @section('content')
{{--

Edit Network Currency

 / Dashboard / 

Edit Admin Settings

--}} @if ($errors->any())
@endif
Edit Network Currency
{{-- Add New CurrencyNetwork--}}
@csrf @method('PUT')
{{--
--}}
@endsection('content') @section('js') {{-- --}} @endsection