@extends('admin.layout.master') {{-- extra css files --}} @section('css') @endsection {{-- extra css files --}} @section('content') {{ __('admin.update') . ' ' . __('admin.package') }} @csrf @method('PUT') @foreach (languages() as $lang) {{ __('site.name_' . $lang) }} @endforeach {{ __('admin.price') }} {{ __('admin.period') }} {{ __('admin.period') }} @foreach (App\Enums\PeriodTypeEnum::values() as $type) period_type == $type ? 'selected' : '' }}> {{ __('admin.' . $type) }} @endforeach {{ __('admin.update') }} {{ __('admin.back') }} @endsection @section('js') {{-- show selected image script --}} @include('admin.shared.addImage') {{-- show selected image script --}} {{-- submit edit form script --}} @include('admin.shared.submitEditForm') {{-- submit edit form script --}} @endsection