@extends('admin.layouts.app') @section('title') {{ __('plan_list') }} @endsection @section('content')
{{ $plan->description }}
{{ __('there_is_no_plan_found_in_this_page') }}.