@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.mobileAndOtp.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('mobile_number'))
{{ $errors->first('mobile_number') }}
@endif {{ trans('cruds.mobileAndOtp.fields.mobile_number_helper') }}
@if($errors->has('otp'))
{{ $errors->first('otp') }}
@endif {{ trans('cruds.mobileAndOtp.fields.otp_helper') }}
@endsection