@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title'=> __('Dashboard'), 'buttons'=>[ [ 'name'=> __('Orders'), 'url'=>route('admin.order.index'), ] ] ]) @endsection @section('content')
{{ __('Subscription Plan Name') }} | {{ __('Amount') }} |
- {{ $order->plan->title ?? '' }} | {{ amount_format($order->amount,'name') }} |
{{ $meta->comment ?? '' }}
@endif