@extends('admin.layouts.app') @section('content')
{{-- Failed --}} @if (Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Change plan --}}
@csrf

{{ __('Change Plan') }}

{{-- User id --}} {{-- Plans --}}
{{-- Footer --}} @include('admin.includes.footer')
@endsection