@extends('main') @section('title', $data['title']) @section('content')
@if(Auth::user()->is_changed_password == 0)
@if(isset($data['subscription_error'])) @else @endif
@csrf @if(Auth::user()->is_changed_password == 1)
@endif
@endif
@endsection('content') @section('custom-scripts') @endsection