@extends('admin.layout') @section('title', 'Edit Referral') @section('page-title', 'Edit Referral Link') @section('content')

Current Link

{{ $referral->getLink() }}
@csrf @method('PUT')
is_active ? 'checked' : '' }} id="active" class="w-4 h-4 rounded border-gray-700 text-indigo-600">
@include('admin.partials.form-actions', ['submitText' => 'Update Referral', 'cancelRoute' => route('admin.referrals.index')])
@endsection