@extends('layouts.app') @section('title', $plan->name) @section('content')
{{ $plan->telecomCompany?->name }} · {{ $plan->plan_type->label() }}
@can('plans.edit'){{ __('messages.edit') }}@endcan| {{ __('messages.old_price') }} | {{ __('messages.new_price') }} | {{ __('messages.effective_date') }} | {{ __('messages.user') }} | {{ __('messages.reason') }} |
|---|---|---|---|---|
| {{ money($h->old_price) }} | {{ money($h->new_price) }} | {{ $h->effective_date?->toDateString() }} | {{ $h->user?->name }} | {{ $h->reason }} |