@extends('layouts.master') @section('title', 'Edit subscription | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit subscription')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.subscriptions') }} | {{ __('basic.edit subscription') }}
{{ __('basic.edit category') }}
@csrf @method('PUT')
@error('type') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('price') {{ $message }} @enderror
@error('validity_period') {{ $message }} @enderror
{{ __('basic.show on mobile') }}
show_mobile_app == 1) checked @endif >
@error('show_mobile_app') {{ $message }} @enderror
{{ __('basic.favorite') }}
fav == 1) checked @endif >
@error('fav') {{ $message }} @enderror
@endsection @section('js') @endsection