@extends('dashboard.layouts.master') @section('content')

{{@$create}}

إضافه إشتراك
@csrf
@error('users.*.user_id') {{$message}} @enderror
@if($level->payment_type =='paid')
@error('subtotals.*.subtotal') {{$message}} @enderror
@error('discounts.*.discount') {{$message}} @enderror
@error('totals.*.total') {{$message}} @enderror
@else @endif
@endsection @push('js') @endpush