@extends('layout.app') @section('title') {{ __('تعديل الإشتراك') }} @stop @section('content')

{{ __('تعديل الإشتراك') }}

@csrf @method('put')
@if ($sub->image) @endif
إلغاء
@endsection