@extends('admin.layout.master') @section('title', 'إشتراكات العملاء') @section('content')

إشتراكات العملاء

إنشاء جديد

@csrf
@if ($errors->has('company_id')) {{ $errors->first('company_id') }} @endif
@if ($errors->has('subscription_id')) {{ $errors->first('subscription_id') }} @endif
@stop