@extends('dashboard.layout.layout') @section('content') {{ $package->title }} {{ $package->price }} {!! trans('dashboard.setting.currency') !!} {{ $package->description }} {!! trans('dashboard.general.edit') !!} @endsection @section('vendor_styles') @endsection @section('page_styles') @endsection @section('vendor_scripts') @endsection @section('page_scripts') @endsection
{{ $package->price }} {!! trans('dashboard.setting.currency') !!}
{{ $package->description }}