• Offer for you:
  • @if($new_plan)
  • {{$new_plan->name}}
  • @if($new_plan->price)
  • £{{number_format($new_plan->full_price, 2, '.', '')}} per user
  • x{{Auth::user()->licences}} Total users
  • {{--
  • £{{number_format($new_plan->full_price * Auth::user()->licences, 2, '.', '')}} Total
  • --}}
  • £{{number_format($new_plan->full_price * Auth::user()->licences, 2, '.', '')}} New price
  • £0 Total
  • @else
  • £{{number_format($new_plan->full_price, 2, '.', '')}} per user
  • x{{Auth::user()->licences}} Total users
  • {{--
  • £{{number_format($new_plan->full_price * Auth::user()->licences, 2, '.', '')}} Total
  • --}}
  • £{{number_format($new_plan->full_price * Auth::user()->licences, 2, '.', '')}} New price
  • £0 Total
  • @endif @endif