@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.subscriber.title_singular') }}
@csrf
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('users'))
{{ $errors->first('users') }}
@endif {{ trans('cruds.subscriber.fields.user_helper') }}
@if($errors->has('bundle_plan'))
{{ $errors->first('bundle_plan') }}
@endif {{ trans('cruds.subscriber.fields.bundle_plan_helper') }}
@if($errors->has('mobile_number'))
{{ $errors->first('mobile_number') }}
@endif {{ trans('cruds.subscriber.fields.mobile_number_helper') }}
@if($errors->has('universal_port_code'))
{{ $errors->first('universal_port_code') }}
@endif {{ trans('cruds.subscriber.fields.universal_port_code_helper') }}
@if($errors->has('upc_valid'))
{{ $errors->first('upc_valid') }}
@endif {{ trans('cruds.subscriber.fields.upc_valid_helper') }}
@if($errors->has('subscriber_type'))
{{ $errors->first('subscriber_type') }}
@endif {{ trans('cruds.subscriber.fields.subscriber_type_helper') }}
@if($errors->has('connection_type'))
{{ $errors->first('connection_type') }}
@endif {{ trans('cruds.subscriber.fields.connection_type_helper') }}
@if($errors->has('category'))
{{ $errors->first('category') }}
@endif {{ trans('cruds.subscriber.fields.category_helper') }}
@if($errors->has('sim_collection'))
{{ $errors->first('sim_collection') }}
@endif {{ trans('cruds.subscriber.fields.sim_collection_helper') }}
@if($errors->has('reserve_number'))
{{ $errors->first('reserve_number') }}
@endif {{ trans('cruds.subscriber.fields.reserve_number_helper') }}
@if($errors->has('otp'))
{{ $errors->first('otp') }}
@endif {{ trans('cruds.subscriber.fields.otp_helper') }}
@if($errors->has('photo'))
{{ $errors->first('photo') }}
@endif {{ trans('cruds.subscriber.fields.photo_helper') }}
@endsection @section('scripts') @endsection