@extends('layouts.admin') @section('title', $asset ? 'Edit Coin or Asset' : 'Add Coin or Asset') @section('content') ← Back

{{ $asset ? 'Edit coin or asset.' : 'Add coin or asset.' }}

Configure how this asset appears and where users can use it.

@csrf @if ($asset)@endif
Advanced settings
Cancel
@endsection