@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.myplans') }} @endsection @section('heading'){{ __('common.myplans') }}@endsection @section('heading-icon')home@endsection @section('content')
{{ Session::get('success') }}