@extends('layouts.app') @push('title') {{$title}} @endpush @section('content')

{{$title}}

{{ __('Badge') }}
{{ __('Title') }}
{{ __('Price') }}
{{ __('Duration') }}
{{ __('Status') }}
{{ __('Action') }}
@endsection @push('script') @endpush