@extends('layouts.layout') @section('content')

Licenses

@include('notify.errors') @include('notify.success')

Renew License

@csrf
@php $software = \App\Software::findorfail($license->software_id); @endphp
@php $reseller_id = App\Models\Reseller::firstWhere('user_id', Auth::id()); @endphp
@endsection @push('script') @endpush