@extends('layouts.admin') @section('title', '| Plans') @section('content')
{{ __('Name') }} | {{ __('Interval') }} | {{ __('Price') }} | {{ __('Team Limit') }} | {{ __('Date') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $plan->title }} | {{ $plan->interval }} | {{ $plan->price }} | {{ $plan->teams_limit }} | {{ $plan->created_at->diffForHumans() }} | @if ($plan->active === 1) {{ __('Active') }} @else {{ __('Inactive') }} @endif |