@extends('company.layout.master') @section('title', 'الشركات') @section('content')

الاشتراك

تجديد الاشتراك

@csrf {{-- Company Manager informations --}}
@if ($errors->has('subscription_id')) {{ $errors->first('subscription_id') }} @endif

عند تجديد الاشتراك قبل انتهاء المده يتم اضافة الوقت المتبقى من الاشتراك على باقة الاشتراك الجديده

{{-- end Company Manager informations --}}
@stop